1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-10-31 23:30:25 +03:00

Add libssh2_trace_sethandler() to the API (even more)

This commit is contained in:
Dave McCaldon
2010-01-15 22:58:44 +01:00
committed by Daniel Stenberg
parent 474e38119b
commit 44eba0c993
7 changed files with 80 additions and 23 deletions

View File

@@ -735,6 +735,7 @@ struct _LIBSSH2_SESSION
struct transportpacket packet;
#ifdef LIBSSH2DEBUG
int showmask; /* what debug/trace messages to display */
libssh2_trace_handler_func tracehandler; /* callback to display trace messages */
#endif
/* State variables used in libssh2_banner_send() */