From 69459369754b07d3fa4379c2b60a5f8ba9fcd45d Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 6 Nov 2020 16:51:41 +0100 Subject: Use proper prototype declaration --- src/sp_cookie_encryption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_cookie_encryption.h') diff --git a/src/sp_cookie_encryption.h b/src/sp_cookie_encryption.h index 6d204bb..aede479 100644 --- a/src/sp_cookie_encryption.h +++ b/src/sp_cookie_encryption.h @@ -13,7 +13,7 @@ #define SAMESITE_COOKIE_FORMAT "; samesite=" -int hook_cookies(); +int hook_cookies(void); int decrypt_cookie(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key); -- cgit v1.3