X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_info.h;h=afd747cce19bf9236b5f9ec23ca73e7bbdfb38bb;hp=2e47d1935668621a1836b38d1a3ffefcda2f2c45;hb=refs%2Fheads%2Fv2.1.x;hpb=d3485e3b28336153dca690e872ffe1ddc60fedd2 diff --git a/php_http_info.h b/php_http_info.h index 2e47d19..afd747c 100644 --- a/php_http_info.h +++ b/php_http_info.h @@ -6,12 +6,10 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2010, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ -/* $Id: php_http_info_api.h 292841 2009-12-31 08:48:57Z mike $ */ - #ifndef PHP_HTTP_INFO_H #define PHP_HTTP_INFO_H @@ -57,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);