X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Fextern.h;h=c985c20f92006cd748d66a4abeb5ec8534be4aa5;hp=e63a136c01086f6cf3d0fc6b68c26ed7abc76926;hb=35b24fb7fabcf6df3b37aebf70c228d5b0688d32;hpb=60d46c352087c38c29a690d80b62441028579f35 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