From: Michael Wallner Date: Fri, 29 Jul 2005 20:38:33 +0000 (+0000) Subject: - remove the declaration of http_request_global_init() from the header too X-Git-Tag: RELEASE_0_11_0~5 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=8bbaf9ef26fbae12175c506bf71451da38a85676 - remove the declaration of http_request_global_init() from the header too --- diff --git a/php_http_request_api.h b/php_http_request_api.h index e3f969b..ea7281c 100644 --- a/php_http_request_api.h +++ b/php_http_request_api.h @@ -104,9 +104,6 @@ extern void _http_request_data_free_conv(void *conv); #define http_request_conv(ch, rs, rq) _http_request_conv((ch), (rs), (rq) TSRMLS_CC) extern void _http_request_conv(CURL *ch, phpstr* response, phpstr *request TSRMLS_DC); -#define http_request_global_init _http_request_global_init -extern STATUS _http_request_global_init(void); - #define http_request_method_name(m) _http_request_method_name((m) TSRMLS_CC) PHP_HTTP_API const char *_http_request_method_name(http_request_method m TSRMLS_DC);