rename *.cpp to *.c; renmae API. move benchmarks/* to test/decoder/http; fix TSG-22347
This commit is contained in:
@@ -67,7 +67,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, hstring *out);
|
||||
int http_decoder_string_get(const struct http_decoder_string *rstr, char **name, size_t *name_len);
|
||||
|
||||
void http_decoder_string_dump(struct http_decoder_string *rstr, const char *desc);
|
||||
|
||||
Reference in New Issue
Block a user