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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp_cookie_encryption.h b/src/sp_cookie_encryption.h
index 889a89c..6d204bb 100644
--- a/src/sp_cookie_encryption.h
+++ b/src/sp_cookie_encryption.h
@@ -14,6 +14,7 @@
14#define SAMESITE_COOKIE_FORMAT "; samesite=" 14#define SAMESITE_COOKIE_FORMAT "; samesite="
15 15
16int hook_cookies(); 16int hook_cookies();
17int decrypt_cookie(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key); 17int decrypt_cookie(zval *pDest, int num_args, va_list args,
18 zend_hash_key *hash_key);
18 19
19#endif /* __SP_COOKIE_ENCRYPTION */ 20#endif /* __SP_COOKIE_ENCRYPTION */