From fcc6396daa203dd6bea8fca28e9493b370c11a50 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 7 Jul 1995 02:15:12 +0000 Subject: (lookup_directory): New decl. --- ufs-fsck/fsck.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- cgit v1.2.3