summaryrefslogtreecommitdiff
path: root/quotacheck.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2009-12-14 20:06:58 +0000
committerjkar8572 <jkar8572>2009-12-14 20:06:58 +0000
commitdece383b7ad548c1c62a757936ecdd7a7e40ab41 (patch)
treedee52acd3a86afe1fa9ca3273e661aba9be8fb69 /quotacheck.h
parentfafc3de3d0a002e8e1a02df12f2788602de6bb60 (diff)
64-bit quota support.
Diffstat (limited to 'quotacheck.h')
-rw-r--r--quotacheck.h3
1 files changed, 2 insertions, 1 deletions
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