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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helper/command.h b/src/helper/command.h
index 097a8d37..b410edb7 100644
--- a/src/helper/command.h
+++ b/src/helper/command.h
@@ -79,6 +79,8 @@ extern int command_run_line(command_context_t *context, char *line);
extern int command_run_linef(command_context_t *context, char *format, ...);
extern void command_output_text(command_context_t *context, const char *data);
+extern void process_jim_events();
+
#define ERROR_COMMAND_CLOSE_CONNECTION (-600)
#define ERROR_COMMAND_SYNTAX_ERROR (-601)
#define ERROR_COMMAND_NOTFOUND (-602)