summaryrefslogtreecommitdiff
path: root/src/sp_disabled_functions.h
diff options
context:
space:
mode:
authorThibault "bui" Koechlin2017-12-28 17:04:06 +0100
committerjvoisin2017-12-28 17:04:06 +0100
commit9f5e8d12f05fb24c915a5266a1e908a75c8aed08 (patch)
tree9160075ea943c7fd29a3923f844a0ac0d6b8b457 /src/sp_disabled_functions.h
parent62c48bf9a85e0294b7b32cea438e904e1cd50669 (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.h5
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
4int hook_disabled_functions(); 4int hook_disabled_functions();
5bool should_disable(zend_execute_data*, const char *, const char *, const char *); 5bool should_disable(zend_execute_data *, const char *, const char *,
6bool should_drop_on_ret(zval*, const zend_execute_data* const); 6 const char *);
7bool should_drop_on_ret(zval *, const zend_execute_data *const);
7 8
8#endif /* __SP_DISABLE_FUNCTIONS_H */ 9#endif /* __SP_DISABLE_FUNCTIONS_H */