From 50a9fea27ca30d532bf89bc8fd7e6025a240e9e4 Mon Sep 17 00:00:00 2001 From: lijia Date: Fri, 24 May 2024 22:47:32 +0800 Subject: Adapt to stellar v2.0 --- src/http_decoder_table.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/http_decoder_table.h') 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 - #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 -- cgit v1.2.3