summaryrefslogtreecommitdiff
path: root/quotaon.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2010-06-10 10:12:49 +0000
committerjkar8572 <jkar8572>2010-06-10 10:12:49 +0000
commitb95ab586eceb96bc02a66b3049a2e0a2647926c8 (patch)
treeff0f3003c144c9ec195d64d9b77578485f671588 /quotaon.h
parentb58944b582722dd3c56893eb4b6c8b8a0291201d (diff)
* fix quotaon to print all informational messages only in verbose mode (Jan Kara)
Diffstat (limited to 'quotaon.h')
-rw-r--r--quotaon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quotaon.h b/quotaon.h
index 4e92f09..baf3246 100644
--- a/quotaon.h
+++ b/quotaon.h
@@ -13,7 +13,7 @@
#define STATEFLAG_ON 0x01
#define STATEFLAG_OFF 0x02
#define STATEFLAG_ALL 0x04
-#define STATEFLAG_VERBOSE 0x08
typedef int (newstate_t) (struct mntent * mnt, int type, char *file, int flags);
extern int xfs_newstate(struct mntent *mnt, int type, char *file, int flags);
+extern int pinfo(char *fmt, ...);