mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* vfs.h (ftpfs_hint_reread): Remove, it's unused.
This commit is contained in:
parent
6e6fd9b352
commit
4de9d4d10e
@ -1,5 +1,7 @@
|
||||
2003-10-11 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* vfs.h (ftpfs_hint_reread): Remove, it's unused.
|
||||
|
||||
* vfs.c (vfs_add_noncurrent_stamps): Call vfs_rm_parents() at
|
||||
the end. Change all callers not to call it.
|
||||
(vfs_rm_parents): Make static.
|
||||
|
@ -155,12 +155,10 @@ char *vfs_translate_url (const char *);
|
||||
|
||||
void ftpfs_set_debug (const char *file);
|
||||
#ifdef USE_NETCODE
|
||||
void ftpfs_hint_reread (int reread);
|
||||
void ftpfs_flushdir (void);
|
||||
extern int use_netrc;
|
||||
#else
|
||||
# define ftpfs_flushdir()
|
||||
# define ftpfs_hint_reread(x)
|
||||
#endif
|
||||
|
||||
/* Only the routines outside of the VFS module need the emulation macros */
|
||||
|
Loading…
Reference in New Issue
Block a user