summaryrefslogtreecommitdiffstats
path: root/pw/pwupd.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-07-11 19:07:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-07-11 19:07:47 +0000
commit0d385303d8ec04709d886dfae52e71131d7e0416 (patch)
tree312bafd2ada3a3fc9c9ca82efd74b30055e91969 /pw/pwupd.h
parentee671d1006a44fc575bca1425245ce0806dba52c (diff)
downloadpw-darwin-0d385303d8ec04709d886dfae52e71131d7e0416.tar.gz
pw-darwin-0d385303d8ec04709d886dfae52e71131d7e0416.tar.zst
pw-darwin-0d385303d8ec04709d886dfae52e71131d7e0416.zip
Make a separate groupdel/userdel from the main function
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 97e18f5..669cbb1 100644
--- a/pw/pwupd.h
+++ b/pw/pwupd.h
@@ -94,6 +94,7 @@ struct pwconf {
bool pretty;
bool v7;
bool checkduplicate;
+ bool deletehome;
bool precrypted;
struct userconf *userconf;
};