Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2009 06:17:53 +0000 (UTC)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r188569 - projects/quota64/lib/libutil
Message-ID:  <200902130617.n1D6HrGa078812@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mckusick
Date: Fri Feb 13 06:17:53 2009
New Revision: 188569
URL: http://svn.freebsd.org/changeset/base/188569

Log:
  Move hasquota() function to libutil.

Modified:
  projects/quota64/lib/libutil/quotafile.3

Modified: projects/quota64/lib/libutil/quotafile.3
==============================================================================
--- projects/quota64/lib/libutil/quotafile.3	Fri Feb 13 06:12:15 2009	(r188568)
+++ projects/quota64/lib/libutil/quotafile.3	Fri Feb 13 06:17:53 2009	(r188569)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902130617.n1D6HrGa078812>