summaryrefslogtreecommitdiff
path: root/execute.h
diff options
context:
space:
mode:
Diffstat (limited to 'execute.h')
-rw-r--r--execute.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/execute.h b/execute.h
index e4eca98..4e237b6 100644
--- a/execute.h
+++ b/execute.h
@@ -20,6 +20,7 @@ typedef struct _suhosin_internal_function_handler {
20 20
21// execute_ih.c 21// execute_ih.c
22S7_IH_FUNCTION(preg_replace); 22S7_IH_FUNCTION(preg_replace);
23S7_IH_FUNCTION(symlink);
23 24
24// execute_rnd.c 25// execute_rnd.c
25S7_IH_FUNCTION(srand); 26S7_IH_FUNCTION(srand);