From bc5ecd6da7f068a12b9ee5397178723481c7a3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= Date: Tue, 31 Oct 2017 08:33:46 +0100 Subject: Move all files one level down --- includes/broevent.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 includes/broevent.h (limited to 'includes/broevent.h') 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 -- cgit v1.2.1