]> git.wh0rd.org - dump.git/blobdiff - restore/restore.h
QFA support.
[dump.git] / restore / restore.h
index 6c77e5afd5dda49bffef0935c3d22f73d96b16b2..dba1ddcdf6a4f2cff466e3ad4af89a2a0ee1810d 100644 (file)
@@ -5,7 +5,7 @@
  *     Stelian Pop <pop@noos.fr>, 1999-2000
  *     Stelian Pop <pop@noos.fr> - AlcĂ´ve <www.alcove.fr>, 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 */