- ditch warnings
[m6w6/ext-http] / php_http_cookie_api.h
index 2a9d628e31a6d5b50d00c5e1999499ef6425494a..dfdcdc5f3928bdcbe4c8b252754e19871dca31fe 100644 (file)
@@ -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;