summaryrefslogtreecommitdiff
path: root/execute.h
diff options
context:
space:
mode:
authorBen Fuhrmannek2016-03-04 14:49:07 +0100
committerBen Fuhrmannek2016-03-04 14:49:07 +0100
commitc46f6fdffade1aa4f544adc871650d3e1e360454 (patch)
tree824e2bc60ee1f63dc6a02be628bb2fc8e9228562 /execute.h
parent3d8cc07c5af283289f62f0964f153804f2cc1862 (diff)
handler for function_exists
Diffstat (limited to '')
-rw-r--r--execute.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/execute.h b/execute.h
index 4e237b6..9832d41 100644
--- a/execute.h
+++ b/execute.h
@@ -21,6 +21,7 @@ typedef struct _suhosin_internal_function_handler {
21// execute_ih.c 21// execute_ih.c
22S7_IH_FUNCTION(preg_replace); 22S7_IH_FUNCTION(preg_replace);
23S7_IH_FUNCTION(symlink); 23S7_IH_FUNCTION(symlink);
24S7_IH_FUNCTION(function_exists);
24 25
25// execute_rnd.c 26// execute_rnd.c
26S7_IH_FUNCTION(srand); 27S7_IH_FUNCTION(srand);