From c8de657eccd8568b23d55fbdcdc421ea20907580 Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Mon, 28 Dec 2009 22:44:19 +0000 Subject: Add and document the quota_convert function which converts between the old 32-bit and the new 64-bit formats. --- libutil/libutil.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libutil') diff --git a/libutil/libutil.h b/libutil/libutil.h index 3a05d9b..7a4dc56 100644 --- a/libutil/libutil.h +++ b/libutil/libutil.h @@ -154,6 +154,7 @@ int quota_check_path(const struct quotafile *, const char *path); int quota_read(struct quotafile *, struct dqblk *, int); int quota_write_limits(struct quotafile *, struct dqblk *, int); int quota_write_usage(struct quotafile *, struct dqblk *, int); +int quota_convert(struct quotafile *, int); #endif __END_DECLS -- cgit v1.2.3