summaryrefslogtreecommitdiffhomepage
path: root/dbutil.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-05-10 17:02:05 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-05-10 17:02:05 +0000
commit0f0a8472d7b42b34e7aef276f765fd3ef76e8ae4 (patch)
tree5e1adce4ff29eb55a306ff943b45dac8ba9931ee /dbutil.h
parente48e25a548696fa89c984e788f61b1cdf91112f7 (diff)
* add a "label" argument to printhex()
* make some vars static in random.c --HG-- extra : convert_revision : ef941a918e42e8af23b132946f44e6836a327e71
Diffstat (limited to 'dbutil.h')
-rw-r--r--dbutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbutil.h b/dbutil.h
index 6363f70..d904949 100644
--- a/dbutil.h
+++ b/dbutil.h
@@ -41,7 +41,7 @@ void dropbear_close(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);