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