summaryrefslogtreecommitdiff
path: root/network.c
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-06-12 19:18:35 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-06-12 19:18:35 -0400
commit85b17f3d217aea2380eb81b8a77c9a668db0652b (patch)
tree27683bfd120016f53e29e6ce95934eb6ff9fbad3 /network.c
parent2e0d9a036ef6f27faa726dc5a2e4e6e2631c4619 (diff)
Start work on the networking code.
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"