summaryrefslogtreecommitdiffhomepage
path: root/dbutil.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-07-20 12:05:00 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-07-20 12:05:00 +0000
commit62aab2227c2e1aca8e9b807bc203a1d6ecb14daf (patch)
treed93c18c66b00d60d4dd5d8c1c895c987331c083c /dbutil.h
parent9c676d0ddd4f5cc5ff271653fc1d8acf92c0d69f (diff)
switching to global vars
--HG-- extra : convert_revision : 800073097767c2ac153ab834cbcf0121cb765118
Diffstat (limited to 'dbutil.h')
-rw-r--r--dbutil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbutil.h b/dbutil.h
index 3888452..3da6b2f 100644
--- a/dbutil.h
+++ b/dbutil.h
@@ -32,7 +32,6 @@
#ifndef DISABLE_SYSLOG
void startsyslog();
#endif
-extern int usingsyslog;
extern void (*_dropbear_exit)(int exitcode, const char* format, va_list param);
extern void (*_dropbear_log)(int priority, const char* format, va_list param);