diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-27 14:30:19 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-27 14:30:19 +0000 |
| commit | be49c8301192a7ade39537264ab2db0e88436f40 (patch) | |
| tree | aa053e8a4e86f98b45a33e762c770d0c49973a35 /lib/libutil/libutil.h | |
| parent | 98e79fb122f0aa6d7efd8af4cd338ea4b52e0dcf (diff) | |
Notes
Diffstat (limited to 'lib/libutil/libutil.h')
| -rw-r--r-- | lib/libutil/libutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index bf42766a128c..fcd74e1fe9ed 100644 --- a/lib/libutil/libutil.h +++ b/lib/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, const 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); |
