diff options
Diffstat (limited to 'sys/vm/vm_pageout.h')
-rw-r--r-- | sys/vm/vm_pageout.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h index b1ef37c..df05f9b 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.13 1995/07/13 08:48:41 davidg Exp $ + * $Id: vm_pageout.h,v 1.14 1995/08/28 09:19:25 julian Exp $ */ #ifndef _VM_VM_PAGEOUT_H_ @@ -127,6 +127,7 @@ int vm_pageout_scan __P((void)); void vm_pageout_page __P((vm_page_t, vm_object_t)); void vm_pageout_cluster __P((vm_page_t, vm_object_t)); int vm_pageout_clean __P((vm_page_t, int)); +int vm_pageout_flush __P((vm_page_t *, int, int)); #endif |