about summary refs log tree commit diff
path: root/csrc/http.h
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-07-13 22:04:48 +0200
committermakefunstuff <[email protected]>2024-07-13 22:04:48 +0200
commit714036825c38be947eb88a82c02425d7932d2919 (patch)
treec6723bd239fa5cc93b78ef9e9b7ba5576f708db1 /csrc/http.h
parent9b9e63476616a123eb4d00f87f677ef2d9478897 (diff)
downloadtinkerbunk-714036825c38be947eb88a82c02425d7932d2919.tar.gz
upd
Diffstat (limited to '')
-rw-r--r--csrc/http.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/csrc/http.h b/csrc/http.h
new file mode 100644
index 0000000..5701b27
--- /dev/null
+++ b/csrc/http.h
@@ -0,0 +1,5 @@
+#ifndef __HTTP_H__
+#define __HTTP_H__
+void *handle_client(void *client_socket);
+void start_server(int port);
+#endif