summaryrefslogtreecommitdiffstats
path: root/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'helper.c')
-rw-r--r--helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper.c b/helper.c
index 6c51bab..93ed207 100644
--- a/helper.c
+++ b/helper.c
@@ -12,6 +12,7 @@
#include <stdarg.h>
DebugLevel _debugLevel = DEBUG_WARNING;
+int _autoRestart = 0;
void bail(char *args, ...)
{