]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - libutil/libutil.h
Replace custom string array with stringlist(3)
[pw-darwin.git] / libutil / libutil.h
index b1b2405fb27276d35de9ebe4584e288dbc4f027e..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 *
@@ -167,7 +169,7 @@ int         gr_copy(int __ffd, int _tfd, const struct group *_gr,
 struct group *
        gr_dup(const struct group *_gr);
 struct group *
-       gr_add(struct group *_gr, char *_newmember);
+       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);