echo server
authorMazet Laurent <mazet@softndesign.org>
Thu, 18 May 2023 20:32:35 +0000 (22:32 +0200)
committerMazet Laurent <mazet@softndesign.org>
Thu, 18 May 2023 20:32:35 +0000 (22:32 +0200)
http.h [new file with mode: 0644]

diff --git a/http.h b/http.h
new file mode 100644 (file)
index 0000000..3ec7d5c
--- /dev/null
+++ b/http.h
@@ -0,0 +1,8 @@
+#ifndef __HTTP_H__
+#define __HTTP_H__
+
+int processing (unsigned char *data, int len, unsigned char **pdata);
+
+#endif /* __HTTP_H__ */
+
+/* vim: set ts=4 sw=4 et: */