diff options
| author | Thibault "bui" Koechlin | 2017-12-28 17:04:06 +0100 |
|---|---|---|
| committer | jvoisin | 2017-12-28 17:04:06 +0100 |
| commit | 9f5e8d12f05fb24c915a5266a1e908a75c8aed08 (patch) | |
| tree | 9160075ea943c7fd29a3923f844a0ac0d6b8b457 /src/sp_disabled_functions.h | |
| parent | 62c48bf9a85e0294b7b32cea438e904e1cd50669 (diff) | |
Clang-format pass
- `clang-format --style="{BasedOnStyle: google, SortIncludes: false}" -i snuffleu*.c sp_*.c sp_*.h`
- Update the documentation accordingly
Diffstat (limited to 'src/sp_disabled_functions.h')
| -rw-r--r-- | src/sp_disabled_functions.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sp_disabled_functions.h b/src/sp_disabled_functions.h index e43afe8..f80c9c2 100644 --- a/src/sp_disabled_functions.h +++ b/src/sp_disabled_functions.h | |||
| @@ -2,7 +2,8 @@ | |||
| 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*, const char *, const char *, const char *); | 5 | bool should_disable(zend_execute_data *, const char *, const char *, |
| 6 | bool should_drop_on_ret(zval*, const zend_execute_data* const); | 6 | const char *); |
| 7 | bool should_drop_on_ret(zval *, const zend_execute_data *const); | ||
| 7 | 8 | ||
| 8 | #endif /* __SP_DISABLE_FUNCTIONS_H */ | 9 | #endif /* __SP_DISABLE_FUNCTIONS_H */ |
