summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2001-05-12 21:49:13 +0000
committerWez Furlong <wez@php.net>2001-05-12 21:49:13 +0000
commit615086c2c97a46d749b8d6f8586abab75640d4e2 (patch)
treecd390c2b8a848a14893d98205a9f84759b0869ff
parent7a88deb40258ec00d93afec7c05c107044fe0025 (diff)
downloadphp-git-615086c2c97a46d749b8d6f8586abab75640d4e2.tar.gz
prototype for php_file_le_stream()
-rw-r--r--ext/standard/file.h1
1 files changed, 1 insertions, 0 deletions
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);