X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_cookie.h;h=3186d6ffa6de5b481b5b4834f838de64a9e49cdd;hp=e7b924e3c9eb9c4bd296a3754475f5356ac0feda;hb=HEAD;hpb=512de8cdaf8a02b4329e0ceb8368cb8f15eba7cb diff --git a/src/php_http_cookie.h b/src/php_http_cookie.h index e7b924e..3186d6f 100644 --- a/src/php_http_cookie.h +++ b/src/php_http_cookie.h @@ -62,7 +62,7 @@ typedef struct php_http_cookie_object { zend_object *php_http_cookie_object_new(zend_class_entry *ce); php_http_cookie_object_t *php_http_cookie_object_new_ex(zend_class_entry *ce, php_http_cookie_list_t *list); -zend_object *php_http_cookie_object_clone(zval *this_ptr); +zend_object *php_http_cookie_object_clone(zend_object *this_ptr); void php_http_cookie_object_free(zend_object *object); PHP_MINIT_FUNCTION(http_cookie);