X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Frestore.h;h=562b9109306fb688d5550fa045184cd871abd96c;hb=43ef843b59f89bb96ebec8647aa23ad43ae6789c;hp=685d464dc087498e1ca1bc434450494053c10d3c;hpb=0a99352128efc4af44160eee69e8990686bf9ad5;p=dump.git diff --git a/restore/restore.h b/restore/restore.h index 685d464..562b910 100644 --- a/restore/restore.h +++ b/restore/restore.h @@ -2,10 +2,10 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 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 #include /* * 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 */