X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Fextern.h;h=408169fc5ae49eac8954097cd8b5405a03bfc1fc;hp=7cc98044c46e85fad8ba3e7b819b2baf68e9a220;hb=fe0e02857a1ff7db4bf8cb28780de7ecf2f24234;hpb=633963a251fb12a63e43a7f6f2391dc9507972a7 diff --git a/restore/extern.h b/restore/extern.h index 7cc9804..408169f 100644 --- a/restore/extern.h +++ b/restore/extern.h @@ -5,7 +5,7 @@ * Stelian Pop , 1999-2000 * Stelian Pop - AlcĂ´ve , 2000-2002 * - * $Id: extern.h,v 1.15 2002/01/25 14:59:53 stelian Exp $ + * $Id: extern.h,v 1.16 2002/02/04 11:18:46 stelian Exp $ */ /*- @@ -132,5 +132,6 @@ int Inode2Tapepos __P((dump_ino_t, long *, long long *, int)); int GetTapePos __P((long long *)); int GotoTapePos __P((long long)); void ReReadFromTape __P((void)); +void ReReadInodeFromTape __P((dump_ino_t)); #endif void RequestVol __P((long));