From: Wez Furlong Date: Sat, 12 May 2001 21:49:13 +0000 (+0000) Subject: prototype for php_file_le_stream() X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~452 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=615086c2c97a46d749b8d6f8586abab75640d4e2;p=php prototype for php_file_le_stream() --- diff --git a/ext/standard/file.h b/ext/standard/file.h index 2c54abf04b..4e591d1da5 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -73,6 +73,7 @@ PHP_FUNCTION(fopenstream); PHPAPI int php_set_sock_blocking(int socketd, int block); PHPAPI int php_file_le_fopen(void); +PHPAPI int php_file_le_stream(void); PHPAPI int php_file_le_popen(void); PHPAPI int php_file_le_socket(void); PHPAPI int php_copy_file(char *src, char *dest);