1221931Sstas/*
2221931Sstas * $FreeBSD$
3221931Sstas */
4221931SstasFBSD_1.2 {
5221931Sstas	procstat_close;
6221931Sstas	procstat_freefiles;
7221931Sstas	procstat_freeprocs;
8221931Sstas	procstat_get_pipe_info;
9221931Sstas	procstat_get_pts_info;
10221931Sstas	procstat_get_socket_info;
11221931Sstas	procstat_get_vnode_info;
12221931Sstas	procstat_getfiles;
13221931Sstas	procstat_getprocs;
14221931Sstas	procstat_open_kvm;
15221931Sstas	procstat_open_sysctl;
16221931Sstas};
17233760Sjhb
18233760SjhbFBSD_1.3 {
19249679Strociny	procstat_freeargv;
20249681Strociny	procstat_freeauxv;
21249679Strociny	procstat_freeenvv;
22249670Strociny	procstat_freegroups;
23249684Strociny	procstat_freekstack;
24249667Strociny	procstat_freevmmap;
25250223Sjhb	procstat_get_sem_info;
26233760Sjhb	procstat_get_shm_info;
27249679Strociny	procstat_getargv;
28249681Strociny	procstat_getauxv;
29249679Strociny	procstat_getenvv;
30249670Strociny	procstat_getgroups;
31249684Strociny	procstat_getkstack;
32249677Strociny	procstat_getosrel;
33249676Strociny	procstat_getpathname;
34249674Strociny	procstat_getrlimit;
35249672Strociny	procstat_getumask;
36249667Strociny	procstat_getvmmap;
37249666Strociny	procstat_open_core;
38233760Sjhb};
39