diff options
Diffstat (limited to 'sbin/quotacheck/quotacheck.h')
-rw-r--r-- | sbin/quotacheck/quotacheck.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/sbin/quotacheck/quotacheck.h b/sbin/quotacheck/quotacheck.h index aad9d30a76a8..dcff75b68a8c 100644 --- a/sbin/quotacheck/quotacheck.h +++ b/sbin/quotacheck/quotacheck.h @@ -32,12 +32,6 @@ * $FreeBSD$ */ -struct quotaname { - long flags; - char grpqfname[PATH_MAX]; - char usrqfname[PATH_MAX]; -}; - -extern int checkfstab(); -extern int chkquota(char *, char *, struct quotaname *); -extern struct quotaname *needchk(struct fstab *); +extern char *blockcheck(char *); +extern int checkfstab(int, int); +extern int chkquota(char *, struct quotafile *, struct quotafile *); |