summaryrefslogtreecommitdiffstats
path: root/pw/pwupd.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-07 19:59:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-07 19:59:01 +0000
commitacdde8a5fd9f78f37032cd8801a0731e96c5a119 (patch)
tree337bae7419ecb339032e976c68d3924af32a7515 /pw/pwupd.h
parente93af0f8d0a9b961f7c2cc03506a9cdf75ef1ba6 (diff)
downloadpw-darwin-acdde8a5fd9f78f37032cd8801a0731e96c5a119.tar.gz
pw-darwin-acdde8a5fd9f78f37032cd8801a0731e96c5a119.tar.zst
pw-darwin-acdde8a5fd9f78f37032cd8801a0731e96c5a119.zip
Fix duplicate checking
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 ebf78dc..a67e6db 100644
--- a/pw/pwupd.h
+++ b/pw/pwupd.h
@@ -87,6 +87,7 @@ struct pwconf {
bool dryrun;
bool pretty;
bool v7;
+ bool checkduplicate;
struct userconf *userconf;
};