X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Fextern.h;h=c985c20f92006cd748d66a4abeb5ec8534be4aa5;hb=95c74f382492999827000f544fcb6844150cda81;hp=e63a136c01086f6cf3d0fc6b68c26ed7abc76926;hpb=a1b67fc50f87e9febfd56bd2a7089eb569b852f6;p=dump.git diff --git a/restore/extern.h b/restore/extern.h index e63a136..c985c20 100644 --- a/restore/extern.h +++ b/restore/extern.h @@ -5,7 +5,7 @@ * Stelian Pop , 1999-2000 * Stelian Pop - AlcĂ´ve , 2000 * - * $Id: extern.h,v 1.12 2001/03/20 10:02:48 stelian Exp $ + * $Id: extern.h,v 1.13 2001/04/10 12:46:53 stelian Exp $ */ /*- @@ -125,3 +125,11 @@ int rmtseek __P((int, int)); int fsetflags __P((const char *, unsigned long)); int fgetflags __P((const char *, unsigned long *)); int setflags __P((int, unsigned long)); + +#ifdef USE_QFA +int Inode2Tapepos __P((dump_ino_t, long *, long *, int)); +int GetTapePos __P((long *)); +int GotoTapePos __P((long)); +void ReReadFromTape __P((void)); +void RequestVol __P((long)); +#endif