diff options
Diffstat (limited to 'src/http_decoder_string.h')
| -rw-r--r-- | src/http_decoder_string.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/http_decoder_string.h b/src/http_decoder_string.h index 4c95960..9fe82e1 100644 --- a/src/http_decoder_string.h +++ b/src/http_decoder_string.h @@ -44,9 +44,9 @@ enum string_state { //http decoder string struct http_decoder_string { - struct hstring refer; // shallow copy - struct hstring cache; // deep copy - struct hstring commit; + hstring refer; // shallow copy + hstring cache; // deep copy + hstring commit; enum string_state state; size_t max_cache_size; @@ -68,7 +68,7 @@ void http_decoder_string_reinit(struct http_decoder_string *rstr); enum string_state http_decoder_string_state(const struct http_decoder_string *rstr); -int http_decoder_string_get(const struct http_decoder_string *rstr, struct hstring *out); +int http_decoder_string_get(const struct http_decoder_string *rstr, hstring *out); void http_decoder_string_dump(struct http_decoder_string *rstr, const char *desc); #endif
\ No newline at end of file |
