summaryrefslogtreecommitdiffstats
path: root/pw/pwupd.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-07-11 18:09:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-07-11 18:09:27 +0000
commitcc424f0d3468b75718e420a691cb5e3b238804b6 (patch)
treeb1131a1c4026663026eefcdb078848e697a610cc /pw/pwupd.h
parentecf012ac29ba3e82e8b5e497ee1b80629ae5624f (diff)
downloadpw-darwin-cc424f0d3468b75718e420a691cb5e3b238804b6.tar.gz
pw-darwin-cc424f0d3468b75718e420a691cb5e3b238804b6.zip
Make separate functions to show users and groups
Diffstat (limited to 'pw/pwupd.h')
-rw-r--r--pw/pwupd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pw/pwupd.h b/pw/pwupd.h
index be126c5..97e18f5 100644
--- a/pw/pwupd.h
+++ b/pw/pwupd.h
@@ -88,6 +88,8 @@ struct pwconf {
int fd;
int which;
bool quiet;
+ bool force;
+ bool all;
bool dryrun;
bool pretty;
bool v7;