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
committerRobert Gustafsson <robg@student.chalmers.se>2017-09-28 16:39:28 +0200
commit1e846faaec3f5dd19128068fc52c2df5d7ba712a (patch)
tree3ed7b4836667e61726b8bb8dde449a032e7711f9 /broccoli/includes/broevent.h
parent7bd84e78376e5f5b87349d00766b024964bb84b3 (diff)
downloadmidbro-1e846faaec3f5dd19128068fc52c2df5d7ba712a.tar.gz
midbro-1e846faaec3f5dd19128068fc52c2df5d7ba712a.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);