- forward until we find a digit
[m6w6/ext-http] / php_http_cache_api.h
index 4f067f5a0c72c5fcb8936faa3e80f3f3a52b95f8..d7e53b77b41bc5c073ae52e6ef3c66a750919387 100644 (file)
 
 ZEND_EXTERN_MODULE_GLOBALS(http);
 
+#define http_cache_global_init() _http_cache_global_init(INIT_FUNC_ARGS_PASSTHRU)
+extern STATUS _http_cache_global_init(INIT_FUNC_ARGS);
+
 typedef enum {
        HTTP_ETAG_MD5 = -2,
        HTTP_ETAG_SHA1 = -1,
-       HTTP_ETAG_MHASH = 0,
 } http_etag_mode;
 
 #ifdef HTTP_HAVE_MHASH