]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - libutil/libutil.h
libutil: move group_line_format into the scop of its only user.
[pw-darwin.git] / libutil / libutil.h
index bf42766a128ccba3431ccd81f9f4157a7c7c4512..b1b2405fb27276d35de9ebe4584e288dbc4f027e 100644 (file)
@@ -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);