diff options
| author | Wez Furlong <wez@php.net> | 2003-02-27 22:23:39 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2003-02-27 22:23:39 +0000 |
| commit | 5def83df0b2d1b015d86cc6203bbd1efadc7715d (patch) | |
| tree | 379cab1e1a6defc55ac0924889f8d0fee9b419e9 /ext/standard/file.h | |
| parent | ea1f34e8924a0f3f3041fee99336f804d75ec665 (diff) | |
| download | php-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.h | 1 |
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); |
