summaryrefslogtreecommitdiffstats
path: root/lib/libutil/libutil.h
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2009-02-13 19:56:59 +0000
committermckusick <mckusick@FreeBSD.org>2009-02-13 19:56:59 +0000
commit987cbdc1c9562a835426a263ddcb2c330666f50c (patch)
tree604aa840a032757c89d2272ab58491491c47038c /lib/libutil/libutil.h
parent71ad94ecbb545e5a6d3544f912ab8ab0f21253b8 (diff)
downloadFreeBSD-src-987cbdc1c9562a835426a263ddcb2c330666f50c.zip
FreeBSD-src-987cbdc1c9562a835426a263ddcb2c330666f50c.tar.gz
Make hasquota thread safe.
Diffstat (limited to 'lib/libutil/libutil.h')
-rw-r--r--lib/libutil/libutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h
index 7796de0..b9aec78 100644
--- a/lib/libutil/libutil.h
+++ b/lib/libutil/libutil.h
@@ -148,7 +148,7 @@ struct quotafile *quota_create(const char *);
void quota_close(struct quotafile *);
int quota_read(struct quotafile *, struct dqblk *, int);
int quota_write(struct quotafile *, const struct dqblk *, int);
-int hasquota(struct fstab *, int, char **);
+int hasquota(struct fstab *, int, char *, int);
#endif
__END_DECLS
OpenPOWER on IntegriCloud