summaryrefslogtreecommitdiff
path: root/quotacheck.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-05-11 11:00:40 +0000
committerjkar8572 <jkar8572>2001-05-11 11:00:40 +0000
commitefb62d5ef3fe7703e790173d53cf649c156bcb4e (patch)
tree473f308f0880a1afc4995bcdd70dd70a06c8adcd /quotacheck.h
parent3dbd1e5a75e551d93ced9b3f698c29be91261415 (diff)
downloadlinuxquota-efb62d5ef3fe7703e790173d53cf649c156bcb4e.tar.gz
Fixed bug in quotacheck for new format.
Fixed bug in version() in quot (Nathan). Added -t (truncate names) option to repquota.
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