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=dbc4ec02cd319000b5c8589910047cfe6d5738be;hpb=74b9f91575137bb94dfccb54bd5fd6a17d077c43 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;