summaryrefslogtreecommitdiff
path: root/main/php_main.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-05-12 14:48:22 +0000
committerSascha Schumann <sas@php.net>2002-05-12 14:48:22 +0000
commita769454d79121a753ce92e5a0a60a8893189c968 (patch)
treebdc4eddcb3a1799c4035c53d7edc665d0f5bdcca /main/php_main.h
parent3a838c773775e24082e55a551d885e2906b42d8a (diff)
downloadphp-git-a769454d79121a753ce92e5a0a60a8893189c968.tar.gz
reenable php_html_puts
Diffstat (limited to 'main/php_main.h')
-rw-r--r--main/php_main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_main.h b/main/php_main.h
index ea9137c5f8..0ae80136cd 100644
--- a/main/php_main.h
+++ b/main/php_main.h
@@ -45,6 +45,8 @@ PHPAPI int php_lint_script(zend_file_handle *file TSRMLS_DC);
PHPAPI void php_handle_aborted_connection(void);
PHPAPI int php_handle_auth_data(const char *auth TSRMLS_DC);
+PHPAPI void php_html_puts(const char *str, uint siz TSRMLS_DC);
+
extern void php_call_shutdown_functions(void);
/* environment module */