summaryrefslogtreecommitdiffstats
path: root/pw/pwupd.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-07-11 21:09:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-07-11 21:09:50 +0000
commit13824e6c6765b7a1d67b0ffaab60aa0612bee252 (patch)
tree03447f40cef8276ed48162e5726f971236c93fad /pw/pwupd.h
parentb1134e75ce7b8f0deb1b1880f35c42f2a09ddb4e (diff)
downloadpw-darwin-13824e6c6765b7a1d67b0ffaab60aa0612bee252.tar.gz
pw-darwin-13824e6c6765b7a1d67b0ffaab60aa0612bee252.zip
check the gecos format early: at the moment the -c option is parsed
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 669cbb1..7a0cd2d 100644
--- a/pw/pwupd.h
+++ b/pw/pwupd.h
@@ -85,6 +85,7 @@ struct pwconf {
char etcpath[MAXPATHLEN];
char *newname;
char *config;
+ char *gecos;
int fd;
int which;
bool quiet;