aboutsummaryrefslogtreecommitdiff
path: root/broccoli/includes/broevent.h
diff options
context:
space:
mode:
authorRobert Gustafsson <robg@student.chalmers.se>2017-09-28 16:39:28 +0200
committerAndreas Lindhé <andreas@lindhe.io>2017-10-09 12:14:35 +0200
commit11187a331cc132b990785dfe0012054bf686a5d4 (patch)
tree581383d8f757d06645354a32fbd639f99d7519bb /broccoli/includes/broevent.h
parentef50d0a5d1e592bc512f6d6b892dfded6d6d7aaa (diff)
downloadmidbro-11187a331cc132b990785dfe0012054bf686a5d4.tar.gz
midbro-11187a331cc132b990785dfe0012054bf686a5d4.tar.bz2
Add new thread for event handling
Diffstat (limited to 'broccoli/includes/broevent.h')
-rw-r--r--broccoli/includes/broevent.h2
1 files changed, 1 insertions, 1 deletions
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 <broccoli.h>
#endif
-void bro_event_listener();
+void * bro_event_listener(void * args);