diff options
author | mckusick <mckusick@FreeBSD.org> | 2009-02-13 06:17:53 +0000 |
---|---|---|
committer | mckusick <mckusick@FreeBSD.org> | 2009-02-13 06:17:53 +0000 |
commit | 71ad94ecbb545e5a6d3544f912ab8ab0f21253b8 (patch) | |
tree | 7b3a679a65b445da78eff1b97d3fd2f8053827eb | |
parent | 44bede95eb16d0f75fcfc75671147d1a91773c00 (diff) | |
download | FreeBSD-src-71ad94ecbb545e5a6d3544f912ab8ab0f21253b8.zip FreeBSD-src-71ad94ecbb545e5a6d3544f912ab8ab0f21253b8.tar.gz |
Move hasquota() function to libutil.
-rw-r--r-- | lib/libutil/quotafile.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libutil/quotafile.3 b/lib/libutil/quotafile.3 index d819f61..ac6af01 100644 --- a/lib/libutil/quotafile.3 +++ b/lib/libutil/quotafile.3 @@ -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 |