X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilclog.h;h=97a870a3055b2501d78159b117f8e2432385fd8e;hb=a822fca4344037f17da731b4cebb2c0d4a67ba60;hp=05ed479ba8a176af980228fb6882b62efd0facc2;hpb=6531fe2150971068f734791bea19419f679e6d33;p=silc.git diff --git a/lib/silcutil/silclog.h b/lib/silcutil/silclog.h index 05ed479b..97a870a3 100644 --- a/lib/silcutil/silclog.h +++ b/lib/silcutil/silclog.h @@ -23,6 +23,7 @@ /* Set TRUE/FALSE to enable/disable debugging */ extern int silc_debug; +extern char *silc_debug_string; /* SILC Log types */ typedef enum { @@ -124,5 +125,6 @@ void silc_log_reset_callbacks(); void silc_log_set_debug_callbacks(SilcDebugCb debug, SilcDebugHexdumpCb debug_hexdump); void silc_log_reset_debug_callbacks(); +void silc_log_set_debug_string(const char *debug_string); #endif