summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-03-19 03:51:01 +0000
committerWez Furlong <wez@php.net>2002-03-19 03:51:01 +0000
commit06712a508a82965acbfa9a59eb8a55df11948acd (patch)
tree8cba8bb62ef4d06050d68170c64a9814d10d856c /ext/standard/file.h
parent9e14ed02550d21443dc2467d7c16d2d8b5f709bd (diff)
downloadphp-git-06712a508a82965acbfa9a59eb8a55df11948acd.tar.gz
Implement user-space streams.
There's probably room for improvement, docs will following some time this week.
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 a6929ad658..994ec7be87 100644
--- a/ext/standard/file.h
+++ b/ext/standard/file.h
@@ -71,6 +71,7 @@ PHP_NAMED_FUNCTION(php_if_ftruncate);
PHP_NAMED_FUNCTION(php_if_fstat);
PHP_FUNCTION(fgetwrapperdata);
+PHP_FUNCTION(file_register_wrapper);
PHPAPI int php_set_sock_blocking(int socketd, int block);
PHPAPI int php_file_le_stream(void);