Removed duplicate declaration of vfs_file_is_local.

This commit is contained in:
Roland Illig 2004-08-17 10:19:44 +00:00
parent d579b0bc77
commit 370b29d6f6

View File

@ -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 *);