/* _dict.cc 14/08/1996 15.13.30 */ /* fstab1.cc 08/06/2005 15.43.40 */ /* fstab3.cc 08/09/2005 15.33.50 */ 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 08/09/2005 15.34.18 */ int fstab_checkmount (bool local_fs); /* nfs.cc 26/05/1995 12.41.58 */ /* partition.cc 24/01/2005 16.27.06 */ PARTITIONS *partition_load (void); const char *partition_findfromlabel (const char *label); /* fixperm.tlcc 19/09/2005 15.40.16 */ 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); void fixperm_probe (void); /* fstab2.tlcc 19/09/2005 15.40.16 */ void fstab_edit (FSTAB_ENTRY_TYPE fstype); void fstab_control (void);