diff options
Diffstat (limited to 'src/sp_disabled_functions.h')
| -rw-r--r-- | src/sp_disabled_functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_disabled_functions.h b/src/sp_disabled_functions.h index e9180c9..e43afe8 100644 --- a/src/sp_disabled_functions.h +++ b/src/sp_disabled_functions.h | |||
| @@ -3,5 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | int hook_disabled_functions(); | 4 | int hook_disabled_functions(); |
| 5 | bool should_disable(zend_execute_data*, const char *, const char *, const char *); | 5 | bool should_disable(zend_execute_data*, const char *, const char *, const char *); |
| 6 | bool should_drop_on_ret(zval*, const zend_execute_data* const); | ||
| 6 | 7 | ||
| 7 | #endif /* __SP_DISABLE_FUNCTIONS_H */ | 8 | #endif /* __SP_DISABLE_FUNCTIONS_H */ |
