diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 02:15:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 02:15:12 +0000 |
commit | fcc6396daa203dd6bea8fca28e9493b370c11a50 (patch) | |
tree | e366777b31fe8adc41445c4290f3fba408189493 /ufs-fsck/fsck.h | |
parent | 5b812e7721d068e677a534353e7ab3b3c1f06dc4 (diff) |
(lookup_directory): New decl.
Diffstat (limited to 'ufs-fsck/fsck.h')
-rw-r--r-- | ufs-fsck/fsck.h | 3 |
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); |