]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
WIP
authorDag-Erling Smørgrav <des@FreeBSD.org>
Fri, 30 Jan 2009 13:54:03 +0000 (13:54 +0000)
committerDag-Erling Smørgrav <des@FreeBSD.org>
Fri, 30 Jan 2009 13:54:03 +0000 (13:54 +0000)
libutil/libutil.h

index 3187fb37349c94a5b9d4c54e2eccfcbf04692294..48ab2188c358ec2fadb2aba9654fa3e10cfc1ffb 100644 (file)
@@ -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)