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)*****************************************/
21 struct vfs_stamping
*next
;
25 /*** global variables defined in .c file *********************************************************/
27 /*** declarations of public functions ************************************************************/
29 void vfs_stamp (struct vfs_class
*vclass
, vfsid id
);
30 void vfs_rmstamp (struct vfs_class
*vclass
, vfsid id
);
31 void vfs_stamp_create (struct vfs_class
*vclass
, vfsid id
);
32 void vfs_gc_done (void);
34 /*** inline functions ****************************************************************************/
35 #endif /* MC_VFS_GC_H */