diff options
-rw-r--r-- | src/input.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input.h b/src/input.h index 7bdc616..15b28f4 100644 --- a/src/input.h +++ b/src/input.h @@ -3,7 +3,8 @@ #include <idc.h> -int input_event_handler(struct shit *me,char *line); +int input_init(); +void input_event_handler(struct shit *me,char *line); int mouse_event_handler(); int keyboard_event_handler(); |