diff options
| author | jvoisin | 2018-01-12 18:22:45 +0100 |
|---|---|---|
| committer | jvoisin | 2018-01-12 18:22:45 +0100 |
| commit | b55b87dc022319ed5049736c7aa8d862d00d7c69 (patch) | |
| tree | 26eb5167d603023f72d479be8f86b34e4b4f4e8f /src/sp_disabled_functions.h | |
| parent | f6f1c2cc1f75951427e076aa31093c01d8441ded (diff) | |
Minor factorization and symbol exposure reduction
Diffstat (limited to 'src/sp_disabled_functions.h')
| -rw-r--r-- | src/sp_disabled_functions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sp_disabled_functions.h b/src/sp_disabled_functions.h index 9629308..f80c9c2 100644 --- a/src/sp_disabled_functions.h +++ b/src/sp_disabled_functions.h | |||
| @@ -5,6 +5,5 @@ int hook_disabled_functions(); | |||
| 5 | bool should_disable(zend_execute_data *, const char *, const char *, | 5 | bool should_disable(zend_execute_data *, const char *, const char *, |
| 6 | const char *); | 6 | const char *); |
| 7 | bool should_drop_on_ret(zval *, const zend_execute_data *const); | 7 | bool should_drop_on_ret(zval *, const zend_execute_data *const); |
| 8 | char* get_complete_function_path(zend_execute_data const* const execute_data); | ||
| 9 | 8 | ||
| 10 | #endif /* __SP_DISABLE_FUNCTIONS_H */ | 9 | #endif /* __SP_DISABLE_FUNCTIONS_H */ |
