Commit 01d88fa44b5aea24d41af27fbc3ff508db0c6d19
1 parent
9e651ee9
Exists in
master
and in
5 other branches
Incluindo definicao publica das funcoes de trace
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
src/include/lib3270.h
... | ... | @@ -799,6 +799,9 @@ |
799 | 799 | |
800 | 800 | LIB3270_EXPORT char * lib3270_vsprintf(const char *fmt, va_list args); |
801 | 801 | |
802 | + LIB3270_EXPORT void lib3270_trace_event(H3270 *session, const char *fmt, ...); | |
803 | + LIB3270_EXPORT void lib3270_set_trace_handler( void (*handler)(H3270 *session, const char *fmt, va_list args) ); | |
804 | + LIB3270_EXPORT void lib3270_write_dstrace(H3270 *session, const char *fmt, ...); | |
802 | 805 | |
803 | 806 | #ifdef __cplusplus |
804 | 807 | } | ... | ... |