123456789101112131415161718192021222324252627 |
- #ifndef MC__VFS_GC_H
- #define MC__VFS_GC_H
- #include "vfs.h"
- gboolean vfs_stamp (struct vfs_class *vclass, vfsid id);
- void vfs_rmstamp (struct vfs_class *vclass, vfsid id);
- void vfs_stamp_create (struct vfs_class *vclass, vfsid id);
- void vfs_gc_done (void);
- #endif
|