The unified diff between revisions [d0935a5d..] and [e0686662..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'dbutil.h'

#
#
# patch "dbutil.h"
#  from [511a4175c74ed8a8fdc48cdd4468b385f63435b6]
#    to [3806a1758a9a15ee7a1e3b75e3a49c0d27a7343a]
#
============================================================
--- dbutil.h	511a4175c74ed8a8fdc48cdd4468b385f63435b6
+++ dbutil.h	3806a1758a9a15ee7a1e3b75e3a49c0d27a7343a
@@ -41,7 +41,7 @@ void dropbear_trace(const char* format,
 void dropbear_log(int priority, const char* format, ...);
 #ifdef DEBUG_TRACE
 void dropbear_trace(const char* format, ...);
-void printhex(unsigned char* buf, int len);
+void printhex(const char * label, const unsigned char * buf, int len);
 extern int debug_trace;
 #endif
 char * stripcontrol(const char * text);