]> git.wh0rd.org - dump.git/blobdiff - restore/restore.h
Andreas Dilger fixes (CPP, ext2 features, const char etc).
[dump.git] / restore / restore.h
index 480f4d028ffdc068b75dd566949f7dd393322316..562b9109306fb688d5550fa045184cd871abd96c 100644 (file)
@@ -2,9 +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@cybercable.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - AlcĂ´ve <www.alcove.fr>, 2000
  *
- *     $Id: restore.h,v 1.9 2000/05/28 16:52:21 stelian Exp $
+ *     $Id: restore.h,v 1.13 2001/02/21 16:13:05 stelian Exp $
  */
 
 /*
@@ -45,6 +46,7 @@
  * SUCH DAMAGE.
  */
 
+#include <config.h>
 #include <protocols/dumprestore.h>
 /*
  * Flags
@@ -59,6 +61,7 @@ extern int    Nflag;          /* do not write the disk */
 extern int     uflag;          /* unlink symlink targets */
 extern int     vflag;          /* print out actions taken */
 extern int     yflag;          /* always try to recover from tape errors */
+extern int     zflag;          /* tape is in compressed format */
 /*
  * Global variables
  */