X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_info.h;h=92a3f33791c51ebd701f75d621d6b9d081f86ec0;hp=ce65fd04089a7d70c29892b0e1130b0973c81bb3;hb=bd80b17b026a00a254ee8693cd7bacf1ebdec4cf;hpb=8d05291f42b3b42159b3fe91492aa4862f3d4405 diff --git a/php_http_info.h b/php_http_info.h index ce65fd0..92a3f33 100644 --- a/php_http_info.h +++ b/php_http_info.h @@ -55,8 +55,6 @@ typedef struct php_http_info { typedef zend_bool (*php_http_info_callback_t)(void **callback_data, HashTable **headers, php_http_info_t *info TSRMLS_DC); -PHP_HTTP_API void php_http_info_default_callback(void **nothing, HashTable **headers, php_http_info_t *info TSRMLS_DC); - PHP_HTTP_API php_http_info_t *php_http_info_init(php_http_info_t *info TSRMLS_DC); PHP_HTTP_API php_http_info_t *php_http_info_parse(php_http_info_t *info, const char *pre_header TSRMLS_DC); PHP_HTTP_API void php_http_info_dtor(php_http_info_t *info);