diff options
Diffstat (limited to 'src/http_decoder_string.h')
| -rw-r--r-- | src/http_decoder_string.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/http_decoder_string.h b/src/http_decoder_string.h index f9d81dd..ef3a1cc 100644 --- a/src/http_decoder_string.h +++ b/src/http_decoder_string.h @@ -11,14 +11,8 @@ #ifndef _HTTP_DECODER_STRING_H_ #define _HTTP_DECODER_STRING_H_ -#ifdef __cplusplus -extern "C" -{ -#endif - #include "http_decoder.h" - enum string_state { STRING_STATE_INIT, STRING_STATE_REFER, @@ -87,9 +81,4 @@ enum string_state http_decoder_string_state(struct http_decoder_string *rstr); int http_decoder_string_get(struct http_decoder_string *rstr, struct hstring *out); void http_decoder_string_dump(struct http_decoder_string *rstr, const char *desc); - -#ifdef __cplusplus -} -#endif - #endif
\ No newline at end of file |
