From 24eddc3acfc05f6f0f1a2bb0d42072c7f4a425fc Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Fri, 30 Jan 2009 13:54:03 +0000 Subject: WIP --- libutil/libutil.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libutil/libutil.h') 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) -- cgit v1.2.3-56-ge451