summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-02-27 22:23:39 +0000
committerWez Furlong <wez@php.net>2003-02-27 22:23:39 +0000
commit5def83df0b2d1b015d86cc6203bbd1efadc7715d (patch)
tree379cab1e1a6defc55ac0924889f8d0fee9b419e9 /ext/standard/file.h
parentea1f34e8924a0f3f3041fee99336f804d75ec665 (diff)
downloadphp-git-5def83df0b2d1b015d86cc6203bbd1efadc7715d.tar.gz
Move streams specific stuff from ext/standard/file.c -> ext/standard/streams.c
Move win32 select implementation into win32/. Will update win32 build in a moment.
Diffstat (limited to 'ext/standard/file.h')
-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 ffd2669315..e32eac24fd 100644
--- a/ext/standard/file.h
+++ b/ext/standard/file.h
@@ -82,6 +82,7 @@ PHP_FUNCTION(stream_filter_prepend);
PHP_FUNCTION(stream_filter_append);
PHP_MINIT_FUNCTION(user_streams);
+PHPAPI int php_le_stream_context(void);
PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC);
PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC);