From 24ce87cc75daff742416402eb15baa8a2445fb87 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 21 Nov 1995 12:55:26 +0000 Subject: Completed function declarations and/or added prototypes. --- sys/vm/vm_pageout.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/vm/vm_pageout.h') diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h index 3210cc0..f17720b 100644 --- a/sys/vm/vm_pageout.h +++ b/sys/vm/vm_pageout.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_pageout.h,v 1.15 1995/11/05 20:46:03 dyson Exp $ + * $Id: vm_pageout.h,v 1.16 1995/11/20 12:19:22 phk Exp $ */ #ifndef _VM_VM_PAGEOUT_H_ @@ -91,6 +91,7 @@ extern int vm_pageout_pages_needed; * Signal pageout-daemon and wait for it. */ +static void pagedaemon_wakeup __P((void)); static inline void pagedaemon_wakeup() { @@ -102,6 +103,7 @@ pagedaemon_wakeup() #define VM_WAIT vm_wait() +static void vm_wait __P((void)); static inline void vm_wait() { -- cgit v1.1