diff options
Diffstat (limited to 'main/php_output.h')
-rw-r--r-- | main/php_output.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/php_output.h b/main/php_output.h index f1a8069ce1..48f9bde31d 100644 --- a/main/php_output.h +++ b/main/php_output.h @@ -94,5 +94,8 @@ ZEND_API extern php_output_globals output_globals; #define PHP_OUTPUT_HANDLER_INTERNAL 0 #define PHP_OUTPUT_HANDLER_USER 1 +PHP_FUNCTION(output_add_rewrite_var); +PHP_FUNCTION(output_reset_rewrite_vars); + #endif /* PHP_OUTPUT_H */ |