Mercurial > dropbear
diff dbutil.h @ 94:c85c88500ea6
DEBUG_TRACE now only triggers with -v on the cmdline
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 18 Aug 2004 15:48:25 +0000 |
parents | 20563735e8b5 |
children | 2e9d1f29c50f |
line wrap: on
line diff
--- a/dbutil.h Wed Aug 18 12:42:21 2004 +0000 +++ b/dbutil.h Wed Aug 18 15:48:25 2004 +0000 @@ -42,6 +42,7 @@ #ifdef DEBUG_TRACE void dropbear_trace(const char* format, ...); void printhex(unsigned char* buf, int len); +extern int debug_trace; #endif char * stripcontrol(const char * text); unsigned char * getaddrstring(struct sockaddr_storage* addr, int withport);