summaryrefslogtreecommitdiff
path: root/src/http_decoder_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http_decoder_utils.h')
-rw-r--r--src/http_decoder_utils.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/http_decoder_utils.h b/src/http_decoder_utils.h
index 9c031a3..8cda4ab 100644
--- a/src/http_decoder_utils.h
+++ b/src/http_decoder_utils.h
@@ -7,20 +7,12 @@
* Copyright: (c) Since 2022 Geedge Networks, Ltd. All rights reserved.
***********************************************************************************************
*/
-
-
#ifndef _HTTP_DECODER_UTILS_H_
#define _HTTP_DECODER_UTILS_H_
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
#include <stdlib.h>
#include <stdio.h>
-
char *safe_dup(const char *str, size_t len);
/******************************************************************************
@@ -58,9 +50,4 @@ enum http_decoder_log_level {
} \
}
#endif
-
-#ifdef __cplusplus
-}
-#endif
-
#endif \ No newline at end of file