diff options
Diffstat (limited to 'execute.h')
| -rw-r--r-- | execute.h | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -18,4 +18,12 @@ typedef struct _suhosin_internal_function_handler { | |||
| 18 | void *arg3; | 18 | void *arg3; |
| 19 | } suhosin_internal_function_handler; | 19 | } suhosin_internal_function_handler; |
| 20 | 20 | ||
| 21 | // execute_ih.c | ||
| 21 | S7_IH_FUNCTION(preg_replace); | 22 | S7_IH_FUNCTION(preg_replace); |
| 23 | |||
| 24 | // execute_rnd.c | ||
| 25 | S7_IH_FUNCTION(srand); | ||
| 26 | S7_IH_FUNCTION(mt_srand); | ||
| 27 | S7_IH_FUNCTION(mt_rand); | ||
| 28 | S7_IH_FUNCTION(rand); | ||
| 29 | S7_IH_FUNCTION(getrandmax); | ||
