summaryrefslogtreecommitdiffstats
path: root/libutil/libutil.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2009-01-30 13:54:03 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2009-01-30 13:54:03 +0000
commit24eddc3acfc05f6f0f1a2bb0d42072c7f4a425fc (patch)
tree8026a314035326be8f2c5b1e99376d9bb58cc524 /libutil/libutil.h
parent2dd5525fd5fa3d4c280133b37c73837bed20e5d3 (diff)
downloadpw-darwin-24eddc3acfc05f6f0f1a2bb0d42072c7f4a425fc.tar.gz
pw-darwin-24eddc3acfc05f6f0f1a2bb0d42072c7f4a425fc.tar.zst
pw-darwin-24eddc3acfc05f6f0f1a2bb0d42072c7f4a425fc.zip
WIP
Diffstat (limited to 'libutil/libutil.h')
-rw-r--r--libutil/libutil.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libutil/libutil.h b/libutil/libutil.h
index 3187fb3..48ab218 100644
--- a/libutil/libutil.h
+++ b/libutil/libutil.h
@@ -140,6 +140,15 @@ int pidfile_close(struct pidfh *pfh);
int pidfile_remove(struct pidfh *pfh);
#endif
+#ifdef _UFS_UFS_QUOTA_H_
+struct quotafile;
+struct quotafile *quota_open(const char *);
+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);
+#endif
+
__END_DECLS
#define UU_LOCK_INUSE (1)