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
commit61485a50fb8b4a5d9adcc7b71c2a6df7109f76b8 (patch)
tree8f675e2ebc44a10a158a640d774aca39c4e76491 /pw/pwupd.h
parent5809c6a767c19d9ce6cca88efbcd54a6f19b5ce8 (diff)
downloadpw-darwin-61485a50fb8b4a5d9adcc7b71c2a6df7109f76b8.tar.gz
pw-darwin-61485a50fb8b4a5d9adcc7b71c2a6df7109f76b8.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;