summaryrefslogtreecommitdiff
path: root/ext2fs/ext2fs.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-01-05 21:57:46 +0000
committerRoland McGrath <roland@gnu.org>1996-01-05 21:57:46 +0000
commit34ddbb5563b4d10238fff98938e81a1e37dbec1c (patch)
tree9db35da3909c3e27283044e3b2c08209cf7d199a /ext2fs/ext2fs.h
parent378061c374e3721b6e73d1d92be21c5b7d4ed013 (diff)
Declare create_disk_pager.
Diffstat (limited to 'ext2fs/ext2fs.h')
-rw-r--r--ext2fs/ext2fs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h
index 7897ead8..c5cf5d09 100644
--- a/ext2fs/ext2fs.h
+++ b/ext2fs/ext2fs.h
@@ -185,6 +185,9 @@ struct user_pager_info
#include <hurd/diskfs-pager.h>
+/* Set up the disk pager. */
+void create_disk_pager (void);
+
/* Call this when we should turn off caching so that unused memory object
ports get freed. */
void drop_pager_softrefs (struct node *node);