summaryrefslogtreecommitdiff
path: root/main/php_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_main.h')
-rw-r--r--main/php_main.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/main/php_main.h b/main/php_main.h
index 07d7dc2280..94a6299fc3 100644
--- a/main/php_main.h
+++ b/main/php_main.h
@@ -47,12 +47,9 @@ 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);
+PHPAPI void php_html_puts(const char *str, size_t siz TSRMLS_DC);
PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *handle, int mode TSRMLS_DC);
-extern void php_call_shutdown_functions(TSRMLS_D);
-extern void php_free_shutdown_functions(TSRMLS_D);
-
/* environment module */
extern int php_init_environ(void);
extern int php_shutdown_environ(void);