summaryrefslogtreecommitdiff
path: root/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'network.c')
-rw-r--r--network.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/network.c b/network.c
new file mode 100644
index 0000000..6bfd9d7
--- /dev/null
+++ b/network.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <syslog.h>
+#include <unistd.h>
+#include "macros.h"
+#include "network.h"