summaryrefslogtreecommitdiff
path: root/main/fopen_wrappers.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/fopen_wrappers.h')
-rw-r--r--main/fopen_wrappers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/fopen_wrappers.h b/main/fopen_wrappers.h
index 7cdada13bc..152c965d31 100644
--- a/main/fopen_wrappers.h
+++ b/main/fopen_wrappers.h
@@ -78,6 +78,11 @@ PHPAPI char *php_strip_url_passwd(char *path);
PHPAPI char *expand_filepath(char *filepath);
+int php_init_fopen_wrappers(void);
+int php_shutdown_fopen_wrappers(void);
+PHPAPI int php_register_url_wrapper(char *protocol, FILE * (*wrapper)(const char *path, char *mode, int options, int *issock, int *socketd, char **opened_path));
+PHPAPI int php_unregister_url_wrapper(char *protocol);
+
#endif
/*
* Local variables: