/* _dict.cc 22/10/2003 12.51.16 */ /* diskquotaconf.tlcc 19/02/2004 09.43.06 */ /* quota.cc 19/02/2004 09.42.40 */ int quota_read (QUOTA_USED&used, int id, bool userquota, const char *device); void quota_closecmdfile (void); int quota_apply (QUOTA_SPEC&spec, int id, bool userquota, const char *device); void quota_allocctl (void); void quota_freectl (void); void quota_editdef (void); int quota_applyone (const char *user); void quota_applyall (const char *dev); void quota_applyall (void); int quota_setquota (bool is_group, const char *name, int argc, char *argv[]); int quota_playcmd (const char *file); /* quotacheck.tlcc 19/02/2004 09.43.06 */ int diskquotaconf_checkfs (void); /* quotacomng.tlcc 19/02/2004 09.43.06 */ int quota_deluser (const char *id); /* show.tlcc 19/02/2004 09.43.06 */ void quota_show (const char *device, bool usrquota); void quota_show (void); int show_getquota (const char *device, bool usrquota, int id, QUOTA_USED&used);