From 7633c40204a9b20c3bd1410c3cb3923fec8f5bea Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 7 Nov 2003 23:29:25 +0000 Subject: [PATCH] Remove redundant declaration of vfs_translate_url(). --- vfs/utilvfs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/vfs/utilvfs.h b/vfs/utilvfs.h index a49365293..3c56ce8be 100644 --- a/vfs/utilvfs.h +++ b/vfs/utilvfs.h @@ -17,7 +17,6 @@ int vfs_findgid (char *name); char *vfs_split_url (const char *path, char **host, char **user, int *port, char **pass, int default_port, int flags); int vfs_split_text (char *p); -char *vfs_translate_url (const char *); int vfs_mkstemps (char **pname, const char *prefix, const char *basename); void vfs_die (const char *msg);