Backport v4 updates
[m6w6/ext-http] / src / php_http_etag.h
index 338506c4445ffad42ca6ee24425d922a165eb26c..f208db7a48a685f1784adeaa52380a0da082e42f 100644 (file)
 #ifndef PHP_HTTP_ETAG_H
 #define PHP_HTTP_ETAG_H
 
-#include "ext/hash/php_hash.h"
-
 typedef struct php_http_etag {
-       const php_hash_ops *ops;
-       char ctx[1];
+       void *ctx;
+       char *mode;
 } php_http_etag_t;
 
 PHP_HTTP_API php_http_etag_t *php_http_etag_init(const char *mode);