From: Michael Wallner Date: Sun, 6 Nov 2011 15:25:24 +0000 (+0000) Subject: fix typo X-Git-Tag: DEV_2-before-client~93 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=a458b9a25cf0ec9b4d8bde2b22e43c44d71427c8 fix typo --- diff --git a/php_http_header_parser.h b/php_http_header_parser.h index 171ed0b..78ca43f 100644 --- a/php_http_header_parser.h +++ b/php_http_header_parser.h @@ -48,7 +48,7 @@ PHP_HTTP_API php_http_header_parser_state_t php_http_header_parser_state_is(php_ PHP_HTTP_API php_http_header_parser_state_t php_http_header_parser_state_pop(php_http_header_parser_t *parser); PHP_HTTP_API void php_http_header_parser_dtor(php_http_header_parser_t *parser); PHP_HTTP_API void php_http_header_parser_free(php_http_header_parser_t **parser); -PHP_HTTP_API STATUS php_http_header_parser_parse(php_http_header_parser_t *parser, php_http_buffer_t *buffer, unsigned flags, HashTable *headers, php_http_info_callback_t callback_func, void *callback_arg); +PHP_HTTP_API php_http_header_parser_state_t php_http_header_parser_parse(php_http_header_parser_t *parser, php_http_buffer_t *buffer, unsigned flags, HashTable *headers, php_http_info_callback_t callback_func, void *callback_arg); #endif /* PHP_HTTP_HEADER_PARSER_H */