summaryrefslogtreecommitdiff
path: root/src/HTTP_Message_Entry.h
diff options
context:
space:
mode:
authorlishu <[email protected]>2018-12-05 19:26:56 +0800
committerlishu <[email protected]>2018-12-05 19:26:56 +0800
commitfe846caaa5a0fbfa417fba266b6192ae4c13aec0 (patch)
tree42681bdd020f9ff7fb9954de9942d62b0c91beb7 /src/HTTP_Message_Entry.h
create http project
Diffstat (limited to 'src/HTTP_Message_Entry.h')
-rw-r--r--src/HTTP_Message_Entry.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/HTTP_Message_Entry.h b/src/HTTP_Message_Entry.h
new file mode 100644
index 0000000..86492d4
--- /dev/null
+++ b/src/HTTP_Message_Entry.h
@@ -0,0 +1,17 @@
+#ifndef HTTP_MESSAGE_ENTRY_H_
+#define HTTP_MESSAGE_ENTRY_H_
+
+#include "HTTP_Analyze.h"
+#include "HTTP_Message.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+uchar http_findAndDoWithEntity(uchar *mgs_status, http_parser_t* a_http, http_stream* a_http_stream, struct streaminfo *a_tcp, int thread_seq, void *a_packet);
+#ifdef __cplusplus
+}
+#endif
+
+#endif