summaryrefslogtreecommitdiff
path: root/main/fopen_wrappers.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-12-13 00:25:38 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-12-13 00:25:38 +0000
commit863a7c6a646581b9f20bcad04c8f6a70c6c5a056 (patch)
treed6d6e05c395028ecb318bfdc83add08109999cc2 /main/fopen_wrappers.h
parentf5d0e57bccbd8ec8d4499e238f1f58dbfbf3631d (diff)
downloadphp-git-863a7c6a646581b9f20bcad04c8f6a70c6c5a056.tar.gz
Fixed bug #43580 (removed bogus declaration of a non-existent php_is_url()
function)
Diffstat (limited to 'main/fopen_wrappers.h')
-rw-r--r--main/fopen_wrappers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/fopen_wrappers.h b/main/fopen_wrappers.h
index 96be409019..e369075168 100644
--- a/main/fopen_wrappers.h
+++ b/main/fopen_wrappers.h
@@ -35,7 +35,6 @@ PHPAPI int php_check_safe_mode_include_dir(const char *path TSRMLS_DC);
PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, char **opened_path TSRMLS_DC);
-PHPAPI int php_is_url(char *path);
PHPAPI char *php_strip_url_passwd(char *path);
END_EXTERN_C()