]> git.wh0rd.org - dump.git/blobdiff - restore/extern.h
noos -> popies.net
[dump.git] / restore / extern.h
index e63a136c01086f6cf3d0fc6b68c26ed7abc76926..babafea8bf51a3976c145dd96935524d1e9673d4 100644 (file)
@@ -2,10 +2,10 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 2000-2002
  *
- *     $Id: extern.h,v 1.12 2001/03/20 10:02:48 stelian Exp $
+ *     $Id: extern.h,v 1.14 2002/01/16 09:32:14 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