summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageout.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-11-20 12:20:02 +0000
committerphk <phk@FreeBSD.org>1995-11-20 12:20:02 +0000
commit07252df1ff0d5313958c857c63d54863ddc785f1 (patch)
tree3eb8733da02c2fe604d9d5c4204ff6b47779fe46 /sys/vm/vm_pageout.h
parent073917f90b539ad77f3d5ee1a5e237dbea5f5c54 (diff)
downloadFreeBSD-src-07252df1ff0d5313958c857c63d54863ddc785f1.zip
FreeBSD-src-07252df1ff0d5313958c857c63d54863ddc785f1.tar.gz
Remove unused vars & funcs, make things static, protoize a little bit.
Diffstat (limited to 'sys/vm/vm_pageout.h')
-rw-r--r--sys/vm/vm_pageout.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h
index df05f9b..3210cc0 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.14 1995/08/28 09:19:25 julian Exp $
+ * $Id: vm_pageout.h,v 1.15 1995/11/05 20:46:03 dyson Exp $
*/
#ifndef _VM_VM_PAGEOUT_H_
@@ -123,10 +123,8 @@ vm_wait()
#ifdef KERNEL
-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
OpenPOWER on IntegriCloud