From 6c475f3422cf6facffede93c40668a3d91c8b586 Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 3 Aug 2019 07:39:32 -0500 Subject: fixed prototype for input_event_handler and added input_init prototype --- src/input.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 -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(); -- cgit v1.2.3