diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-10-14 21:13:48 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-10-14 21:13:48 +0000 |
commit | 00fd328228eec81847a8a5c45b52a9c71a02ab0e (patch) | |
tree | f1494aa8415f30ef042ce1a3d723bf1832552923 | |
parent | 2c5868c95626947c53ebb0fca11959d655d5e23e (diff) |
Formerly fsck.h.~7~
-rw-r--r-- | ufs-fsck/fsck.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ufs-fsck/fsck.h b/ufs-fsck/fsck.h index 7cbee23c..2c72d46f 100644 --- a/ufs-fsck/fsck.h +++ b/ufs-fsck/fsck.h @@ -165,6 +165,8 @@ void allblock_iterate (struct dinode *, int (*)(daddr_t, int)); void record_directory (struct dinode *, ino_t); +void pinode (ino_t); + int reply (char *); int pfatal (char *, ...) __attribute__ ((format (printf, 1, 2))); void errexit (char *, ...) __attribute__ ((format (printf, 1, 2), |