summary refs log tree commit diff
path: root/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'network.h')
-rw-r--r--network.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/network.h b/network.h
new file mode 100644
index 0000000..5db105b
--- /dev/null
+++ b/network.h
@@ -0,0 +1,4 @@
+#include <stdint.h>
+
+int net_listen4(uint32_t, uint16_t, int);
+