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
commitb145dd590b9033009a5dc5955a61937fece60522 (patch)
treea2cca41a69d3a73958f195fc7b81fbb48fe52340 /pw/pwupd.h
parent2e3f699c920ed9dfb675e7c721e38c3aad6e712b (diff)
downloadpw-darwin-b145dd590b9033009a5dc5955a61937fece60522.tar.gz
pw-darwin-b145dd590b9033009a5dc5955a61937fece60522.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;