diff options
| author | jvoisin | 2020-11-06 16:51:41 +0100 |
|---|---|---|
| committer | jvoisin | 2020-11-06 16:51:41 +0100 |
| commit | 69459369754b07d3fa4379c2b60a5f8ba9fcd45d (patch) | |
| tree | d524bbf116122533bb0f8b30ec442b9849f32b1c /src/sp_cookie_encryption.h | |
| parent | 8470b432b50cc37d4b4782930476aa0acf137080 (diff) | |
Use proper prototype declaration
Diffstat (limited to 'src/sp_cookie_encryption.h')
| -rw-r--r-- | src/sp_cookie_encryption.h | 2 |
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 | ||
| 16 | int hook_cookies(); | 16 | int hook_cookies(void); |
| 17 | int decrypt_cookie(zval *pDest, int num_args, va_list args, | 17 | int decrypt_cookie(zval *pDest, int num_args, va_list args, |
| 18 | zend_hash_key *hash_key); | 18 | zend_hash_key *hash_key); |
| 19 | 19 | ||
