X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_header_parser.h;h=c22c6a74408f8dca947281f63198c65e32dd5fe1;hp=33707bd6fb5709ec5643fe950567e9747447bca5;hb=cc8acf603d067ea4ad52e676e43f03701728eb9d;hpb=a45c7a64ecf8422deed20efe256d5f5885679ba2 diff --git a/src/php_http_header_parser.h b/src/php_http_header_parser.h index 33707bd..c22c6a7 100644 --- a/src/php_http_header_parser.h +++ b/src/php_http_header_parser.h @@ -55,7 +55,7 @@ typedef struct php_http_header_parser_object { zend_object zo; } php_http_header_parser_object_t; -PHP_HTTP_API zend_class_entry *php_http_header_parser_class_entry; +PHP_HTTP_API zend_class_entry *php_http_get_header_parser_class_entry(void); PHP_MINIT_FUNCTION(http_header_parser);