Ups, forgot to put prototypes in.

* glibtop_private.h: Ups, forgot to put prototypes in.
This commit is contained in:
Drazen Kacar
1999-05-02 22:11:42 +00:00
parent 75141bdb65
commit e1555fc335
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
1999-05-03 Drazen Kacar <dave@srce.hr>
* glibtop_private.h: Ups, forgot to put prototypes in.
1999-05-02 Drazen Kacar <dave@srce.hr>
* open.c (glibtop_get_kstats): Yet another kstat_chain_update

View File

@@ -40,6 +40,12 @@ int glibtop_get_proc_data_psinfo_s (glibtop *server, struct psinfo *psinfo, pid_
/* Read /proc/<pid>/usage */
int glibtop_get_proc_data_usage_s (glibtop *server, struct prusage *prusage, pid_t pid);
/* Read /proc<pid>/cred */
int glibtop_get_proc_credentials_s(glibtop *, struct prcred *, pid_t);
/* Reread kstat chains */
void glibtop_get_kstats(glibtop *);
END_LIBGTOP_DECLS
#endif __GLIBTOP_PRIVATE_H__