From dece383b7ad548c1c62a757936ecdd7a7e40ab41 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Mon, 14 Dec 2009 20:06:58 +0000 Subject: 64-bit quota support. --- quotacheck.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'quotacheck.h') diff --git a/quotacheck.h b/quotacheck.h index a4f8955..e7faad1 100644 --- a/quotacheck.h +++ b/quotacheck.h @@ -40,7 +40,8 @@ void debug(int df, char *fmtstr, ...) __attribute__ ((__format__ (__printf__, 2, int ask_yn(char *q, int def); struct dquot *lookup_dquot(qid_t id, int type); struct dquot *add_dquot(qid_t id, int type); -int v2_buffer_file(char *filename, int fd, int type); +int v2_detect_version(char *filename, int fd, int type); +int v2_buffer_file(char *filename, int fd, int type, int version); int v1_buffer_file(char *filename, int fd, int type); void v2_merge_info(struct util_dqinfo *new, struct util_dqinfo *old); #endif -- cgit v1.2.3