Move hasquota() function to libutil.

This commit is contained in:
Kirk McKusick 2009-02-13 06:17:53 +00:00
parent 916e406eb5
commit 909d0c906f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/quota64/; revision=188569

View File

@ -50,6 +50,8 @@
.Fn quota_write "struct quotafile *qf" "const struct dqblk *dqb" "int id"
.Ft int
.Fn quota_close "struct quotafile *qf"
.Ft int
.Fn hasquota "struct fstab *fs" "int type" "char **qfnamep"
.Sh DESCRIPTION
.Sh RETURN VALUES
.Sh SEE ALSO