diff options
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 */ |
