summaryrefslogtreecommitdiff
path: root/quotacheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'quotacheck.h')
-rw-r--r--quotacheck.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quotacheck.h b/quotacheck.h
index a20efb3..fd09aad 100644
--- a/quotacheck.h
+++ b/quotacheck.h
@@ -40,5 +40,5 @@ 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 v1_buffer_file(char *filename, int fd, int type);
-
+void v2_merge_info(struct util_dqinfo *new, struct util_dqinfo *old);
#endif