diff options
| author | jvoisin | 2018-07-13 23:36:06 +0200 |
|---|---|---|
| committer | jvoisin | 2018-07-13 23:36:06 +0200 |
| commit | 02afd6c84f5e4f11b1de054f36d7d1da87206def (patch) | |
| tree | 934b8669e520382ce9776c61197c1391cddeca35 /src/sp_disabled_functions.h | |
| parent | 99f9ecae9a5edf5d36f5de62ccf60f9d9146057a (diff) | |
Yet an other pass of clang-format
Diffstat (limited to 'src/sp_disabled_functions.h')
| -rw-r--r-- | src/sp_disabled_functions.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sp_disabled_functions.h b/src/sp_disabled_functions.h index 4e9f7ad..258e2e6 100644 --- a/src/sp_disabled_functions.h +++ b/src/sp_disabled_functions.h | |||
| @@ -4,14 +4,14 @@ | |||
| 4 | extern zend_write_func_t zend_write_default; | 4 | extern zend_write_func_t zend_write_default; |
| 5 | 5 | ||
| 6 | int hook_disabled_functions(); | 6 | int hook_disabled_functions(); |
| 7 | int hook_echo(const char*, size_t); | 7 | int hook_echo(const char *, size_t); |
| 8 | bool should_disable(zend_execute_data *, const char *, const zend_string *, | 8 | bool should_disable(zend_execute_data *, const char *, const zend_string *, |
| 9 | const char *, const sp_list_node *, const zend_string *); | 9 | const char *, const sp_list_node *, const zend_string *); |
| 10 | bool should_disable_ht(zend_execute_data *, const char *, const zend_string *, | 10 | bool should_disable_ht(zend_execute_data *, const char *, const zend_string *, |
| 11 | const char *, const sp_list_node *, const HashTable *); | 11 | const char *, const sp_list_node *, const HashTable *); |
| 12 | bool should_drop_on_ret_ht(zval *, const char *, const sp_list_node* config, | 12 | bool should_drop_on_ret_ht(zval *, const char *, const sp_list_node *config, |
| 13 | const HashTable *); | 13 | const HashTable *); |
| 14 | bool should_drop_on_ret(zval *, const sp_list_node* config, const char *); | 14 | bool should_drop_on_ret(zval *, const sp_list_node *config, const char *); |
| 15 | char* get_complete_function_path(zend_execute_data const* const); | 15 | char *get_complete_function_path(zend_execute_data const *const); |
| 16 | 16 | ||
| 17 | #endif /* __SP_DISABLE_FUNCTIONS_H */ | 17 | #endif /* __SP_DISABLE_FUNCTIONS_H */ |
