summaryrefslogtreecommitdiff
path: root/ufs-fsck
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-07 02:15:12 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-07 02:15:12 +0000
commitff4253e67fc207b244cab96b6e08886900525bb0 (patch)
treeb652e62cf4fa87f49429cf1dc3a8cdaa2adf07f9 /ufs-fsck
parent5913f0e4946806651e8a6067347fa6eba82609d4 (diff)
(lookup_directory): New decl.
Diffstat (limited to 'ufs-fsck')
-rw-r--r--ufs-fsck/fsck.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ufs-fsck/fsck.h b/ufs-fsck/fsck.h
index ca8f2dfd..5bcc6014 100644
--- a/ufs-fsck/fsck.h
+++ b/ufs-fsck/fsck.h
@@ -1,6 +1,6 @@
/*
- Copyright (C) 1994 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1995 Free Software Foundation, Inc.
Written by Michael I. Bushnell.
This file is part of the GNU Hurd.
@@ -161,6 +161,7 @@ void datablocks_iterate (struct dinode *, int (*)(daddr_t, int, off_t));
void allblock_iterate (struct dinode *, int (*)(daddr_t, int, off_t));
void record_directory (struct dinode *, ino_t);
+struct dirinfo *lookup_directory (ino_t);
void pinode (ino_t);