summaryrefslogtreecommitdiff
path: root/main/php_main.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-10-27 13:17:37 +0100
committerAnatol Belski <ab@php.net>2014-10-27 16:38:49 +0100
commit05f812c8d33221e8f9056978861fde479c8b2d79 (patch)
treee6abc8c4877c181d49b75fb0f2f008b7b010f965 /main/php_main.h
parente99040659eda6b2131ac76c8a15677aa896e4577 (diff)
downloadphp-git-05f812c8d33221e8f9056978861fde479c8b2d79.tar.gz
catch up with zend_html_puts
Diffstat (limited to 'main/php_main.h')
-rw-r--r--main/php_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_main.h b/main/php_main.h
index 07d7dc2280..f03e644c8d 100644
--- a/main/php_main.h
+++ b/main/php_main.h
@@ -47,7 +47,7 @@ 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);