mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Only use this file if USE_VFS is defined.
This commit is contained in:
parent
8a0b96bd27
commit
cdc35124d3
@ -1,6 +1,8 @@
|
|||||||
#ifndef MC_VFS_IMPL_H
|
#ifndef MC_VFS_IMPL_H
|
||||||
#define MC_VFS_IMPL_H
|
#define MC_VFS_IMPL_H
|
||||||
|
|
||||||
|
#ifdef USE_VFS
|
||||||
|
|
||||||
typedef void *vfsid;
|
typedef void *vfsid;
|
||||||
struct vfs_stamping;
|
struct vfs_stamping;
|
||||||
|
|
||||||
@ -125,4 +127,6 @@ void init_sfs (void);
|
|||||||
void init_tarfs (void);
|
void init_tarfs (void);
|
||||||
void init_undelfs (void);
|
void init_undelfs (void);
|
||||||
|
|
||||||
#endif
|
#endif /* USE_VFS */
|
||||||
|
|
||||||
|
#endif /* MC_VFS_IMPL_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user