3 * \brief Header: Virtual File System: garbage collection code
11 /*** typedefs(not structures) and defined constants **********************************************/
13 /*** enums ***************************************************************************************/
15 /*** structures declarations (and typedefs of structures)*****************************************/
17 /*** global variables defined in .c file *********************************************************/
19 /*** declarations of public functions ************************************************************/
21 gboolean
vfs_stamp (struct vfs_class
*vclass
, vfsid id
);
22 void vfs_rmstamp (struct vfs_class
*vclass
, vfsid id
);
23 void vfs_stamp_create (struct vfs_class
*vclass
, vfsid id
);
24 void vfs_gc_done (void);
26 /*** inline functions ****************************************************************************/
27 #endif /* MC_VFS_GC_H */