X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_cookie_api.h;h=dfdcdc5f3928bdcbe4c8b252754e19871dca31fe;hp=2a9d628e31a6d5b50d00c5e1999499ef6425494a;hb=ccd556e32e7264830790ec13b72a9b0e3760684b;hpb=64616c6675baf9dd168a7e2763e3124db0219921 diff --git a/php_http_cookie_api.h b/php_http_cookie_api.h index 2a9d628..dfdcdc5 100644 --- a/php_http_cookie_api.h +++ b/php_http_cookie_api.h @@ -27,7 +27,7 @@ extern PHP_MINIT_FUNCTION(http_cookie); cookie params like those from rfc2109 and rfc2965 are just put into extras, if one specifies them in allowed extras, else they're treated like cookies themself */ -typedef struct { +typedef struct _http_cookie_list_t { HashTable cookies; HashTable extras; long flags;