summaryrefslogtreecommitdiffstats
path: root/pw/pwupd.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-07 15:33:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-07 15:33:08 +0000
commitdb489c8994e6b368a036a5b8d9145e544fe96a14 (patch)
treed29caf51c2feb11ac83e6f6ae483b078dae16c28 /pw/pwupd.h
parentf5f4bc789a68ab52f0c57f7fddb9b63a3edfd008 (diff)
downloadpw-darwin-db489c8994e6b368a036a5b8d9145e544fe96a14.tar.gz
pw-darwin-db489c8994e6b368a036a5b8d9145e544fe96a14.tar.zst
pw-darwin-db489c8994e6b368a036a5b8d9145e544fe96a14.zip
Handle -7 via gloval pwconf
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 63aaa64..573e063 100644
--- a/pw/pwupd.h
+++ b/pw/pwupd.h
@@ -85,6 +85,7 @@ struct pwconf {
char etcpath[MAXPATHLEN];
bool dryrun;
bool pretty;
+ bool v7;
struct userconf *userconf;
};