summaryrefslogtreecommitdiff
path: root/include/junk/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/junk/network.h')
-rw-r--r--include/junk/network.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/junk/network.h b/include/junk/network.h
new file mode 100644
index 0000000..494142f
--- /dev/null
+++ b/include/junk/network.h
@@ -0,0 +1,4 @@
+#pragma once
+
+
+int tcp_ipv4_send_packet(char* ip, char* port, char* data);