aboutsummaryrefslogtreecommitdiff
path: root/broccoli/includes/broevent.h
diff options
context:
space:
mode:
authorRobert Gustafsson <robg@student.chalmers.se>2017-10-03 09:14:55 +0200
committerRobert Gustafsson <robg@student.chalmers.se>2017-10-03 09:14:55 +0200
commitcd393a04244181e73599b24ac38e70778501c120 (patch)
tree214f728b6099d2d45dd69d80ea18183e49dacdc8 /broccoli/includes/broevent.h
parentb8e28ed52cec6de9179a5bb6058def0efc6fcfa5 (diff)
downloadmidbro-cd393a04244181e73599b24ac38e70778501c120.tar.gz
midbro-cd393a04244181e73599b24ac38e70778501c120.tar.bz2
Some refactoring
Diffstat (limited to 'broccoli/includes/broevent.h')
-rw-r--r--broccoli/includes/broevent.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/broccoli/includes/broevent.h b/broccoli/includes/broevent.h
index 653796e..5e34f5c 100644
--- a/broccoli/includes/broevent.h
+++ b/broccoli/includes/broevent.h
@@ -1,5 +1,4 @@
-#ifdef BROCCOLI
-#include <broccoli.h>
-#endif
-
+#ifndef BROEVENT_H
+#define BROEVENT_H
void * bro_event_listener(void * args);
+#endif