summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 7aaece7..3b20545 100644
--- a/helper.h
+++ b/helper.h
@@ -33,7 +33,10 @@ typedef enum {
DEBUG_TRACE = 4,
} DebugLevel;
+/** Debug level for logging */
extern DebugLevel _debugLevel;
+/** Automatically restart on connection errors? */
+extern int _autoRestart;
void plog(const DebugLevel messageLevel, char *args, ...);