aboutsummaryrefslogtreecommitdiff
path: root/includes/broevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/broevent.h')
-rw-r--r--includes/broevent.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/broevent.h b/includes/broevent.h
new file mode 100644
index 0000000..5e34f5c
--- /dev/null
+++ b/includes/broevent.h
@@ -0,0 +1,4 @@
+#ifndef BROEVENT_H
+#define BROEVENT_H
+void * bro_event_listener(void * args);
+#endif