summaryrefslogtreecommitdiff
path: root/lib/util/debug.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-10-20 16:38:25 -0700
committerJeremy Allison <jra@samba.org>2008-10-20 16:38:25 -0700
commit29c9b88e2bb5d3f585e7aa591870e8b39a0d23c9 (patch)
tree761e1b6c8172470d651c7760806ce5081f5ee55f /lib/util/debug.h
parent6aba3516769b944e7960d27f10799bb8a8898d2d (diff)
parentcefe4c66970b8ca243595cdb940a7c1a26765a08 (diff)
downloadsamba-29c9b88e2bb5d3f585e7aa591870e8b39a0d23c9.tar.gz
samba-29c9b88e2bb5d3f585e7aa591870e8b39a0d23c9.tar.bz2
samba-29c9b88e2bb5d3f585e7aa591870e8b39a0d23c9.zip
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
Diffstat (limited to 'lib/util/debug.h')
-rw-r--r--lib/util/debug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/util/debug.h b/lib/util/debug.h
index 8f4fa2a8fc..8c634f910a 100644
--- a/lib/util/debug.h
+++ b/lib/util/debug.h
@@ -80,6 +80,8 @@ enum debug_logtype {DEBUG_STDOUT = 0, DEBUG_FILE = 1, DEBUG_STDERR = 2};
*/
_PUBLIC_ void dbghdr(int level, const char *location, const char *func);
+_PUBLIC_ void dbghdrclass(int level, int class, const char *location, const char *func);
+
/**
reopen the log file (usually called because the log file name might have changed)
*/
@@ -127,3 +129,5 @@ _PUBLIC_ void register_debug_handlers(const char *name, struct debug_ops *ops);
macro instead.
*/
_PUBLIC_ void dbgtext(const char *format, ...) PRINTF_ATTRIBUTE(1,2);
+
+extern XFILE *dbf;