From b95ab586eceb96bc02a66b3049a2e0a2647926c8 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Thu, 10 Jun 2010 10:12:49 +0000 Subject: * fix quotaon to print all informational messages only in verbose mode (Jan Kara) --- quotaon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quotaon.h') 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, ...); -- cgit v1.2.3