X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_etag.h;h=f208db7a48a685f1784adeaa52380a0da082e42f;hp=bf6cf49e4a685cf82313fcea9a384856c95a654a;hb=03045a17d712ce52e0a55c7d8f2cc30b48b3a645;hpb=731b6a841374147b766c850b2a90c6bfade6f9f1 diff --git a/php_http_etag.h b/php_http_etag.h index bf6cf49..f208db7 100644 --- a/php_http_etag.h +++ b/php_http_etag.h @@ -16,13 +16,9 @@ typedef struct php_http_etag { void *ctx; char *mode; - -#ifdef ZTS - void ***ts; -#endif } php_http_etag_t; -PHP_HTTP_API php_http_etag_t *php_http_etag_init(const char *mode TSRMLS_DC); +PHP_HTTP_API php_http_etag_t *php_http_etag_init(const char *mode); PHP_HTTP_API size_t php_http_etag_update(php_http_etag_t *e, const char *data_ptr, size_t data_len); PHP_HTTP_API char *php_http_etag_finish(php_http_etag_t *e);