From 714036825c38be947eb88a82c02425d7932d2919 Mon Sep 17 00:00:00 2001 From: makefunstuff Date: Sat, 13 Jul 2024 23:04:48 +0300 Subject: upd --- csrc/http.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 csrc/http.h (limited to 'csrc/http.h') 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 -- cgit 1.4.1-2-gfad0