]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - libutil/libutil.h
MFH
[pw-darwin.git] / libutil / libutil.h
index bf42766a128ccba3431ccd81f9f4157a7c7c4512..b20ffa291a904d97ddb973ef50ef4d82c060a60a 100644 (file)
@@ -102,6 +102,8 @@ struct kinfo_file *
        kinfo_getfile(pid_t _pid, int *_cntp);
 struct kinfo_vmentry *
        kinfo_getvmmap(pid_t _pid, int *_cntp);
+struct kinfo_vmobject *
+       kinfo_getvmobject(int *_cntp);
 struct kinfo_proc *
        kinfo_getallproc(int *_cntp);
 struct kinfo_proc *
@@ -166,6 +168,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(const 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);