X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_cache_api.c;h=98cd072aacdd37590ec8c1353c376c7b2ee94be5;hp=f8d1bf029fc396e22648b24c7ce3a75720848b67;hb=f0bcc141e62c022101d8d19c1d73e7b9ae41d0e9;hpb=edc84b40eb2c5be04492fa98fec5833a030782eb diff --git a/http_cache_api.c b/http_cache_api.c index f8d1bf0..98cd072 100644 --- a/http_cache_api.c +++ b/http_cache_api.c @@ -27,8 +27,6 @@ #include "php_http_date_api.h" #include "php_http_send_api.h" -ZEND_EXTERN_MODULE_GLOBALS(http); - /* {{{ char *http_etag(void *, size_t, http_send_mode) */ PHP_HTTP_API char *_http_etag(const void *data_ptr, size_t data_len, http_send_mode data_mode TSRMLS_DC) {