diff debug.h @ 1358:6b89eb92f872 fuzz

glaring wrapfd problems fixed
author Matt Johnston <matt@ucc.asn.au>
date Sat, 20 May 2017 22:47:19 +0800
parents 750ec4ec4cbe
children a90fdd2d2ed8
line wrap: on
line diff
--- a/debug.h	Sat May 20 13:23:16 2017 +0800
+++ b/debug.h	Sat May 20 22:47:19 2017 +0800
@@ -64,6 +64,7 @@
 
 /* you don't need to touch this block */
 #if DEBUG_TRACE
+extern int debug_trace;
 #define TRACE(X) dropbear_trace X;
 #define TRACE2(X) dropbear_trace2 X;
 #else /*DEBUG_TRACE*/