X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Frestore.h;h=dba1ddcdf6a4f2cff466e3ad4af89a2a0ee1810d;hb=95c74f382492999827000f544fcb6844150cda81;hp=6c77e5afd5dda49bffef0935c3d22f73d96b16b2;hpb=a1b67fc50f87e9febfd56bd2a7089eb569b852f6;p=dump.git diff --git a/restore/restore.h b/restore/restore.h index 6c77e5a..dba1ddc 100644 --- a/restore/restore.h +++ b/restore/restore.h @@ -5,7 +5,7 @@ * Stelian Pop , 1999-2000 * Stelian Pop - AlcĂ´ve , 2000 * - * $Id: restore.h,v 1.14 2001/03/20 10:02:48 stelian Exp $ + * $Id: restore.h,v 1.15 2001/04/10 12:46:53 stelian Exp $ */ /* @@ -161,3 +161,13 @@ typedef struct rstdirdesc RST_DIR; #define GOOD 1 #define FAIL 0 + +#ifdef USE_QFA +#define QFA_MAGIC "495115637697" +#define QFA_VERSION "1.0" +FILE *gTapeposfp; +char *gTapeposfile; +char gTps[255]; +long gSeekstart; +int tapeposflag; +#endif /* USE_QFA */