]> granicus.if.org Git - php/commitdiff
prototype for php_file_le_stream()
authorWez Furlong <wez@php.net>
Sat, 12 May 2001 21:49:13 +0000 (21:49 +0000)
committerWez Furlong <wez@php.net>
Sat, 12 May 2001 21:49:13 +0000 (21:49 +0000)
ext/standard/file.h

index 2c54abf04b46b515f54e82849dac008acbc0a338..4e591d1da5661c9112f8cb4e4e8b6fdc2f44187e 100644 (file)
@@ -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);