summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/dkstats.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vmstat/dkstats.h')
-rw-r--r--usr.bin/vmstat/dkstats.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/vmstat/dkstats.h b/usr.bin/vmstat/dkstats.h
index d69337cb3ed..59e31aa4b10 100644
--- a/usr.bin/vmstat/dkstats.h
+++ b/usr.bin/vmstat/dkstats.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dkstats.h,v 1.3 1996/06/26 05:42:40 deraadt Exp $ */
+/* $OpenBSD: dkstats.h,v 1.4 1997/06/23 22:11:06 millert Exp $ */
/* $NetBSD: dkstats.h,v 1.1 1996/05/10 23:19:28 thorpej Exp $ */
/*
@@ -48,3 +48,7 @@ struct _disk {
long tk_nout; /* TTY Chars out. */
long cp_time[CPUSTATES]; /* System timer ticks. */
};
+
+void dkswap __P((void));
+void dkreadstats __P((void));
+int dkinit __P((int));