summaryrefslogtreecommitdiff
path: root/src/sp_cookie_encryption.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_cookie_encryption.h')
-rw-r--r--src/sp_cookie_encryption.h2
1 files changed, 1 insertions, 1 deletions
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 @@
13 13
14#define SAMESITE_COOKIE_FORMAT "; samesite=" 14#define SAMESITE_COOKIE_FORMAT "; samesite="
15 15
16int hook_cookies(); 16int hook_cookies(void);
17int decrypt_cookie(zval *pDest, int num_args, va_list args, 17int decrypt_cookie(zval *pDest, int num_args, va_list args,
18 zend_hash_key *hash_key); 18 zend_hash_key *hash_key);
19 19