- Add TSRMLS_DC to prototype.

This commit is contained in:
Andi Gutmans 2002-07-08 18:44:05 +00:00
parent b4146638f0
commit c28df01280

View file

@ -79,7 +79,7 @@ PHP_FUNCTION(stream_context_set_option);
PHP_FUNCTION(stream_context_get_options); PHP_FUNCTION(stream_context_get_options);
PHP_MINIT_FUNCTION(user_streams); PHP_MINIT_FUNCTION(user_streams);
PHPAPI int php_set_sock_blocking(int socketd, int block); PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC);
PHPAPI int php_file_le_stream(void); PHPAPI int php_file_le_stream(void);
PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC); PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC);