summaryrefslogtreecommitdiff
path: root/src/helper/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/command.h')
-rw-r--r--src/helper/command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/helper/command.h b/src/helper/command.h
index 6e6af75e..3586017d 100644
--- a/src/helper/command.h
+++ b/src/helper/command.h
@@ -79,4 +79,7 @@ extern int command_run_file(command_context_t *context, FILE *file, enum command
#define ERROR_COMMAND_CLOSE_CONNECTION (-600)
#define ERROR_COMMAND_SYNTAX_ERROR (-601)
+
+extern int fast_and_dangerous;
+
#endif /* COMMAND_H */