From 6b3a6dd16997c65d17a67ec59efcb16e43b8a78b Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 11 Nov 2002 19:25:21 +0000 Subject: [PATCH] * vfs.h [USE_VFS] (mc_setctl): Specify argument types. --- vfs/ChangeLog | 2 ++ vfs/vfs.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/vfs/ChangeLog b/vfs/ChangeLog index 3ea362acd..e5baacde9 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -1,5 +1,7 @@ 2002-11-11 Pavel Roskin + * vfs.h [USE_VFS] (mc_setctl): Specify argument types. + * cpio.c (cpiofs_data): Warning fix in initization. * tar.c (tarfs_data): Likewise. diff --git a/vfs/vfs.h b/vfs/vfs.h index 65cd2e984..b21ca4873 100644 --- a/vfs/vfs.h +++ b/vfs/vfs.h @@ -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