summaryrefslogtreecommitdiff
path: root/src/dbase.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-06-05 01:09:58 +0000
committerIan C <ianc@noddybox.co.uk>2004-06-05 01:09:58 +0000
commit4a6391ce910b5f71574e20b31f1e9429d756b96d (patch)
treee6866cc37946ca2ca69d9719cd5f8e30311fe2dc /src/dbase.h
parentc378e8f900d85d59a8a616bf0b8b14e426d898e1 (diff)
Fixed checking of trusted users. Tweaks to compile under FreeBSD 4.10. Added
debug output option.
Diffstat (limited to 'src/dbase.h')
-rw-r--r--src/dbase.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dbase.h b/src/dbase.h
index 1b3dfa6..4a82f9a 100644
--- a/src/dbase.h
+++ b/src/dbase.h
@@ -106,6 +106,11 @@ const char *DBBlockReason(void);
void DBClose(void);
+/* Dump the database if debugging is enabled
+*/
+void DBDump(void);
+
+
#endif
/* END OF FILE */