/* _dict.cc 14/08/1996 15.13.30 */ /* fixperm.cc 13/06/2001 10.43.36 */ int fixperm_readperm (const char *path, PERMINFO&p, const char *owner, const char *group, int perm, bool silent); int fixperm_check (void); int fixperm_check_boot (void); int fixperm_checkone (const char *path, bool boottime, bool silentflag); int fstab_fixperm (int argc, char *argv[]); void fstab_editperm (void); /* fstab1.cc 31/08/2004 17.00.32 */ /* fstab3.cc 22/10/2003 15.33.52 */ void fstab_check (void); /* fstab.cc 22/10/2003 15.21.36 */ void fstab_edit (void); int fstab_main (int argc, char *argv[]); const char *fsconf_getusage (void); /* helpf.cc 14/08/1996 15.14.30 */ /* mtab.cc 31/08/2004 17.00.24 */ int fstab_checkmount (bool local_fs); /* nfs.cc 26/05/1995 12.41.58 */ /* partition.cc 31/08/2004 16.12.32 */ PARTITIONS *partition_load (void); const char *partition_findfromlabel (const char *label); /* fstab2.tlcc 31/08/2004 17.00.36 */ void fstab_edit (FSTAB_ENTRY_TYPE fstype); void fstab_control (void);