]> git.wh0rd.org - dump.git/blobdiff - restore/restore.h
Another set of cleanups from Andreas Dilger (time_t cleanups, libext2 version etc).
[dump.git] / restore / restore.h
index 685d464dc087498e1ca1bc434450494053c10d3c..562b9109306fb688d5550fa045184cd871abd96c 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@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  *
- *     $Id: restore.h,v 1.10 2000/11/10 14:42:25 stelian Exp $
+ *     $Id: restore.h,v 1.13 2001/02/21 16:13:05 stelian Exp $
  */
 
 /*
@@ -46,6 +46,7 @@
  * SUCH DAMAGE.
  */
 
+#include <config.h>
 #include <protocols/dumprestore.h>
 /*
  * Flags
@@ -60,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
  */