- http_ob_etaghandler() belongs to the cache_api now
[m6w6/ext-http] / php_http_cache_api.h
index 30074cd2170e8e6834d296707b9162e8ec071bcf..0a93f681f01efaea587e41f77a110d33ed9d4faa 100644 (file)
@@ -44,6 +44,9 @@ PHP_HTTP_API STATUS _http_cache_etag(const char *etag, size_t etag_len, const ch
 #define http_cache_exit() _http_cache_exit(TSRMLS_C)
 PHP_HTTP_API STATUS _http_cache_exit(TSRMLS_D);
 
+#define http_ob_etaghandler(o, l, ho, hl, m) _http_ob_etaghandler((o), (l), (ho), (hl), (m) TSRMLS_CC)
+PHP_HTTP_API void _http_ob_etaghandler(char *output, uint output_len, char **handled_output, uint *handled_output_len, int mode TSRMLS_DC);
+
 #endif
 
 /*