diff options
| author | Ben Fuhrmannek | 2016-03-04 14:49:07 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-03-04 14:49:07 +0100 |
| commit | c46f6fdffade1aa4f544adc871650d3e1e360454 (patch) | |
| tree | 824e2bc60ee1f63dc6a02be628bb2fc8e9228562 /execute.h | |
| parent | 3d8cc07c5af283289f62f0964f153804f2cc1862 (diff) | |
handler for function_exists
Diffstat (limited to '')
| -rw-r--r-- | execute.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -21,6 +21,7 @@ typedef struct _suhosin_internal_function_handler { | |||
| 21 | // execute_ih.c | 21 | // execute_ih.c |
| 22 | S7_IH_FUNCTION(preg_replace); | 22 | S7_IH_FUNCTION(preg_replace); |
| 23 | S7_IH_FUNCTION(symlink); | 23 | S7_IH_FUNCTION(symlink); |
| 24 | S7_IH_FUNCTION(function_exists); | ||
| 24 | 25 | ||
| 25 | // execute_rnd.c | 26 | // execute_rnd.c |
| 26 | S7_IH_FUNCTION(srand); | 27 | S7_IH_FUNCTION(srand); |
