From 370b29d6f6cd98518dd96bd6478a12ea886d8c81 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Tue, 17 Aug 2004 10:19:44 +0000 Subject: [PATCH] Removed duplicate declaration of vfs_file_is_local. --- vfs/vfs-impl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/vfs/vfs-impl.h b/vfs/vfs-impl.h index 26b98808a..305bff48e 100644 --- a/vfs/vfs-impl.h +++ b/vfs/vfs-impl.h @@ -111,8 +111,6 @@ struct vfs_class *vfs_split (char *path, char **inpath, char **op); char *vfs_path (const char *path); int vfs_file_class_flags (const char *filename); -int vfs_file_is_local (const char *filename); - void vfs_fill_names (fill_names_f); char *vfs_translate_url (const char *);