aboutsummaryrefslogtreecommitdiff
path: root/broccoli/includes/broevent.h
diff options
context:
space:
mode:
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