diff options
| author | Neel Natu <neel@FreeBSD.org> | 2013-01-04 19:28:32 +0000 |
|---|---|---|
| committer | Neel Natu <neel@FreeBSD.org> | 2013-01-04 19:28:32 +0000 |
| commit | 6b4a28cbfbcb70df6b5b671d9d08cadfa0337c19 (patch) | |
| tree | b8509f5b136de37e7d1230bab2e3818ea997cfb9 /libutil/libutil.h | |
| parent | 1af8005a676fd422a362171657eb20e2c6659764 (diff) | |
| parent | 8f1370df706a16668cc3a3f9be05d8af396c365c (diff) | |
| download | pw-darwin-6b4a28cbfbcb70df6b5b671d9d08cadfa0337c19.tar.gz pw-darwin-6b4a28cbfbcb70df6b5b671d9d08cadfa0337c19.zip | |
IFC @ r244983.
Diffstat (limited to 'libutil/libutil.h')
| -rw-r--r-- | libutil/libutil.h | 2 |
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); |
