Only use this file if USE_VFS is defined.

This commit is contained in:
Roland Illig 2004-08-17 13:00:58 +00:00
parent 8a0b96bd27
commit cdc35124d3

View File

@ -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 */