diff dbutil.h @ 1021:24135c8e1d46

Add envirnonment variable for debug timestamps to roughly match network timestamps (in tshark)
author Matt Johnston <matt@ucc.asn.au>
date Fri, 13 Feb 2015 23:47:53 +0800
parents 7668ca9ae132
children 4121ca987e6a
line wrap: on
line diff
--- a/dbutil.h	Fri Feb 13 23:17:23 2015 +0800
+++ b/dbutil.h	Fri Feb 13 23:47:53 2015 +0800
@@ -58,6 +58,7 @@
 void dropbear_trace2(const char* format, ...) ATTRIB_PRINTF(1,2);
 void printhex(const char * label, const unsigned char * buf, int len);
 void printmpint(const char *label, mp_int *mp);
+void debug_start_net();
 extern int debug_trace;
 #endif