summaryrefslogtreecommitdiffstats
path: root/libutil/libutil.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2013-02-08 16:10:16 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2013-02-08 16:10:16 +0000
commit17bc9031bfed577deb2722150179f4c8c11abfe2 (patch)
tree9be766d6f5e109ffbe3ffdec25b319a8009cb1fb /libutil/libutil.h
parent23a2b3b59c24cacf1622e3ffb1274c07aca04840 (diff)
parent496692e30905aa38932d451f3324c659231b9e84 (diff)
downloadpw-darwin-17bc9031bfed577deb2722150179f4c8c11abfe2.tar.gz
pw-darwin-17bc9031bfed577deb2722150179f4c8c11abfe2.zip
Sync with HEAD.
Diffstat (limited to 'libutil/libutil.h')
-rw-r--r--libutil/libutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libutil/libutil.h b/libutil/libutil.h
index bf42766..b1b2405 100644
--- a/libutil/libutil.h
+++ b/libutil/libutil.h
@@ -166,6 +166,8 @@ int gr_copy(int __ffd, int _tfd, const struct group *_gr,
struct group *_old_gr);
struct group *
gr_dup(const struct group *_gr);
+struct group *
+ gr_add(struct group *_gr, char *_newmember);
int gr_equal(const struct group *_gr1, const struct group *_gr2);
void gr_fini(void);
int gr_init(const char *_dir, const char *_master);