summaryrefslogtreecommitdiffstats
path: root/pw/pwupd.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-07-11 17:01:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-07-11 17:01:08 +0000
commitecf012ac29ba3e82e8b5e497ee1b80629ae5624f (patch)
treef34db7c3923afd03edab098b4fcd6982a6056123 /pw/pwupd.h
parentbc539790827cbc69585a6ec393f04705e5825eff (diff)
downloadpw-darwin-ecf012ac29ba3e82e8b5e497ee1b80629ae5624f.tar.gz
pw-darwin-ecf012ac29ba3e82e8b5e497ee1b80629ae5624f.zip
Move the quiet flag into the configuration structure
Diffstat (limited to 'pw/pwupd.h')
-rw-r--r--pw/pwupd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw/pwupd.h b/pw/pwupd.h
index 37303de..be126c5 100644
--- a/pw/pwupd.h
+++ b/pw/pwupd.h
@@ -87,6 +87,7 @@ struct pwconf {
char *config;
int fd;
int which;
+ bool quiet;
bool dryrun;
bool pretty;
bool v7;