summaryrefslogtreecommitdiff
path: root/quotacheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'quotacheck.h')
-rw-r--r--quotacheck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quotacheck.h b/quotacheck.h
index fd09aad..09a5c09 100644
--- a/quotacheck.h
+++ b/quotacheck.h
@@ -24,6 +24,7 @@
#define FL_NOREMOUNT 128 /* Don't try to remount filesystem RO */
#define FL_ALL 256 /* Scan all mountpoints with quota? */
#define FL_NOROOT 512 /* Scan all mountpoints except root */
+#define FL_BACKUPS 1024 /* Create backup of old quota file? */
extern int flags; /* Options from command line */
extern struct util_dqinfo old_info[MAXQUOTAS]; /* Loaded info from file */