From 11187a331cc132b990785dfe0012054bf686a5d4 Mon Sep 17 00:00:00 2001 From: Robert Gustafsson Date: Thu, 28 Sep 2017 16:39:28 +0200 Subject: Add new thread for event handling --- broccoli/includes/broevent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'broccoli/includes/broevent.h') diff --git a/broccoli/includes/broevent.h b/broccoli/includes/broevent.h index 4021737..653796e 100644 --- a/broccoli/includes/broevent.h +++ b/broccoli/includes/broevent.h @@ -2,4 +2,4 @@ #include #endif -void bro_event_listener(); +void * bro_event_listener(void * args); -- cgit v1.2.1