summaryrefslogtreecommitdiff
path: root/src/http_decoder_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http_decoder_table.h')
-rw-r--r--src/http_decoder_table.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/http_decoder_table.h b/src/http_decoder_table.h
index 906a28d..de80b9d 100644
--- a/src/http_decoder_table.h
+++ b/src/http_decoder_table.h
@@ -7,17 +7,9 @@
* Copyright: (c) Since 2022 Geedge Networks, Ltd. All rights reserved.
***********************************************************************************************
*/
-
-
#ifndef _HTTP_DECODER_TABLE_H_
#define _HTTP_DECODER_TABLE_H_
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#include <stddef.h>
-
#include "http_decoder.h"
#include "http_decoder_inc.h"
#include "http_decoder_string.h"
@@ -90,9 +82,4 @@ int http_decoder_table_header_complete(struct http_decoder_table *table);
void http_decoder_table_set_header_complete(struct http_decoder_table *table);
void http_decoder_table_reset_header_complete(struct http_decoder_table *table);
-
-#ifdef __cplusplus
-}
-#endif
-
#endif \ No newline at end of file