diff options
| author | Xin LI <delphij@FreeBSD.org> | 2013-02-26 21:16:10 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2013-02-26 21:16:10 +0000 |
| commit | de7ca2d0664571507e6541388f8eff0638e12c76 (patch) | |
| tree | 9be766d6f5e109ffbe3ffdec25b319a8009cb1fb /libutil/libutil.h | |
| parent | f5854afb1ab049741810db885719e147c71e1af5 (diff) | |
| parent | 496692e30905aa38932d451f3324c659231b9e84 (diff) | |
| download | pw-darwin-de7ca2d0664571507e6541388f8eff0638e12c76.tar.gz pw-darwin-de7ca2d0664571507e6541388f8eff0638e12c76.zip | |
IFC @247348.
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); |
