diff options
author | Sascha Schumann <sas@php.net> | 2000-10-26 21:16:12 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-10-26 21:16:12 +0000 |
commit | f367b3dfc803a55f4ecf804f98996d3a37b35441 (patch) | |
tree | 5d2181c447161a6b082608be686edc1509432aae /main/php_main.h | |
parent | b3ab7b8948bf17e9b2dfda1e9a2ada83a8f3d100 (diff) | |
download | php-git-f367b3dfc803a55f4ecf804f98996d3a37b35441.tar.gz |
Move some code to php_handle_special_queries().
Diffstat (limited to 'main/php_main.h')
-rw-r--r-- | main/php_main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_main.h b/main/php_main.h index 6f0f0f2ae2..e0ad78b915 100644 --- a/main/php_main.h +++ b/main/php_main.h @@ -41,6 +41,7 @@ PHPAPI int php_global_startup_extensions(zend_module_entry **ptr, int count); PHPAPI int php_global_shutdown_extensions(zend_module_entry **ptr, int count); PHPAPI void php_execute_script(zend_file_handle *primary_file CLS_DC ELS_DC PLS_DC); +PHPAPI int php_handle_special_queries(SLS_D PLS_DC); PHPAPI int php_lint_script(zend_file_handle *file CLS_DC ELS_DC PLS_DC); |