diff options
Diffstat (limited to 'php_suhosin.h')
| -rw-r--r-- | php_suhosin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php_suhosin.h b/php_suhosin.h index 7d0a286..c3491d0 100644 --- a/php_suhosin.h +++ b/php_suhosin.h | |||
| @@ -308,7 +308,7 @@ char *suhosin_generate_key(char *key, zend_bool ua, zend_bool dr, long raddr, ch | |||
| 308 | char *suhosin_cookie_decryptor(TSRMLS_D); | 308 | char *suhosin_cookie_decryptor(TSRMLS_D); |
| 309 | char *suhosin_getenv(char *name, size_t name_len TSRMLS_DC); | 309 | char *suhosin_getenv(char *name, size_t name_len TSRMLS_DC); |
| 310 | void suhosin_hook_post_handlers(TSRMLS_D); | 310 | void suhosin_hook_post_handlers(TSRMLS_D); |
| 311 | void suhosin_unhook_post_handlers(); | 311 | void suhosin_unhook_post_handlers(TSRMLS_D); |
| 312 | void suhosin_hook_register_server_variables(); | 312 | void suhosin_hook_register_server_variables(); |
| 313 | void suhosin_hook_header_handler(); | 313 | void suhosin_hook_header_handler(); |
| 314 | void suhosin_unhook_header_handler(); | 314 | void suhosin_unhook_header_handler(); |
