X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_curl.h;h=c82a09cb94609c6a719acd6ca7437d2293b981fc;hp=6495568b40a84b26348e6ef6091f586aecacfc1e;hb=791511f3bc18cdc68b3f27b43d9396cf56d99e5a;hpb=87db9817d428282792c8146d9c2ae9748ebf6f1e diff --git a/php_http_client_curl.h b/php_http_client_curl.h index 6495568..c82a09c 100644 --- a/php_http_client_curl.h +++ b/php_http_client_curl.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -15,15 +15,6 @@ #if PHP_HTTP_HAVE_CURL -#if PHP_HTTP_HAVE_EVENT -struct php_http_curl_globals { - void *event_base; -}; - -PHP_RINIT_FUNCTION(http_client_curl); -PHP_RSHUTDOWN_FUNCTION(http_client_curl); -#endif /* PHP_HTTP_HAVE_EVENT */ - PHP_MINIT_FUNCTION(http_client_curl); PHP_MSHUTDOWN_FUNCTION(http_client_curl); #endif /* PHP_HTTP_HAVE_CURL */