summaryrefslogtreecommitdiff
path: root/main/php_main.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2002-05-11 12:41:33 +0000
committerZeev Suraski <zeev@php.net>2002-05-11 12:41:33 +0000
commitbf971489787d6b6583134fda060499e869187493 (patch)
treeefb102cfab7eaf963233b8578b3a2d853858dc5a /main/php_main.h
parent4ec448e2296c6607e13e34176c5059a76a4dbd82 (diff)
downloadphp-git-bf971489787d6b6583134fda060499e869187493.tar.gz
Centralize html_puts() logic - php_html_puts() remains as an API wrapper
Diffstat (limited to 'main/php_main.h')
-rw-r--r--main/php_main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php_main.h b/main/php_main.h
index 0ae80136cd..ea9137c5f8 100644
--- a/main/php_main.h
+++ b/main/php_main.h
@@ -45,8 +45,6 @@ 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 */