X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_http_etag.h;h=f208db7a48a685f1784adeaa52380a0da082e42f;hb=e3976774f27b4129cbfd7d227aaa7e177f1b735c;hp=338506c4445ffad42ca6ee24425d922a165eb26c;hpb=e44e3ceb60817cfdd17945a3f6043816e134aa75;p=m6w6%2Fext-http diff --git a/src/php_http_etag.h b/src/php_http_etag.h index 338506c..f208db7 100644 --- a/src/php_http_etag.h +++ b/src/php_http_etag.h @@ -13,11 +13,9 @@ #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);