summaryrefslogtreecommitdiffstats
path: root/runtime/debug.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-02-27 17:38:36 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-02-27 17:38:36 +0100
commit84d9283b9fc3492654d637a3941f4dde6c9d46e7 (patch)
tree846096a414c160991935ce73fd647ae63e371adc /runtime/debug.h
parent14efde3492026d0a37f2e89736772ec884e3ae2d (diff)
parent8700672c769084dea7d85158f497e3b9a9942c12 (diff)
downloadrsyslog-84d9283b9fc3492654d637a3941f4dde6c9d46e7.tar.gz
rsyslog-84d9283b9fc3492654d637a3941f4dde6c9d46e7.tar.bz2
rsyslog-84d9283b9fc3492654d637a3941f4dde6c9d46e7.zip
Merge branch 'master' into master-omjournal
Diffstat (limited to 'runtime/debug.h')
-rw-r--r--runtime/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/debug.h b/runtime/debug.h
index f802e8c1..d8585fee 100644
--- a/runtime/debug.h
+++ b/runtime/debug.h
@@ -89,6 +89,8 @@ typedef struct dbgCallStack_s {
/* prototypes */
rsRetVal dbgClassInit(void);
rsRetVal dbgClassExit(void);
+void dbgSetDebugFile(uchar *fn);
+void dbgSetDebugLevel(int level);
void sigsegvHdlr(int signum);
void dbgoprint(obj_t *pObj, char *fmt, ...) __attribute__((format(printf, 2, 3)));
void dbgprintf(char *fmt, ...) __attribute__((format(printf, 1, 2)));