* vfs.h [USE_VFS] (mc_setctl): Specify argument types.

This commit is contained in:
Pavel Roskin 2002-11-11 19:25:21 +00:00
parent ad4949c6cd
commit 6b3a6dd169
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2002-11-11 Pavel Roskin <proski@gnu.org>
* vfs.h [USE_VFS] (mc_setctl): Specify argument types.
* cpio.c (cpiofs_data): Warning fix in initization.
* tar.c (tarfs_data): Likewise.

View File

@ -267,7 +267,7 @@
# define mc_munmap munmap
# define mc_ctl(a,b,c) 0
static inline int mc_setctl(a,b,c) { return 0; }
static inline int mc_setctl(char *path, int ctlop, char *arg) { return 0; }
# define vfs_translate_url(s) g_strdup(s)
# define mc_stat stat