=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/systat.h,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/systat/systat.h 2008/06/12 22:26:01 1.9 --- src/usr.bin/systat/systat.h 2008/11/02 06:23:28 1.10 *************** *** 1,4 **** ! /* $OpenBSD: systat.h,v 1.9 2008/06/12 22:26:01 canacar Exp $ */ /* $NetBSD: systat.h,v 1.2 1995/01/20 08:52:14 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: systat.h,v 1.10 2008/11/02 06:23:28 canacar Exp $ */ /* $NetBSD: systat.h,v 1.2 1995/01/20 08:52:14 jtc Exp $ */ /*- *************** *** 82,87 **** --- 82,88 ---- int initswap(void); int initvmstat(void); int initpf(void); + int initpool(void); void error(const char *fmt, ...); void nlisterr(struct nlist []);