=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/systat.h,v retrieving revision 1.19 retrieving revision 1.20 diff -c -r1.19 -r1.20 *** src/usr.bin/systat/systat.h 2013/09/07 11:43:50 1.19 --- src/usr.bin/systat/systat.h 2014/07/10 14:39:18 1.20 *************** *** 1,4 **** ! /* $OpenBSD: systat.h,v 1.19 2013/09/07 11:43:50 reyk Exp $ */ /* $NetBSD: systat.h,v 1.2 1995/01/20 08:52:14 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: systat.h,v 1.20 2014/07/10 14:39:18 deraadt Exp $ */ /* $NetBSD: systat.h,v 1.2 1995/01/20 08:52:14 jtc Exp $ */ /*- *************** *** 90,95 **** --- 90,98 ---- int initmalloc(void); int initnfs(void); int initcpu(void); + + void fetchkre(void); + void fetchifstat(void); void error(const char *fmt, ...); void nlisterr(struct nlist []);