X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Frestore.h;h=562b9109306fb688d5550fa045184cd871abd96c;hb=401a4d13e4c30d46074531c6c26efefcaf3bbdaf;hp=480f4d028ffdc068b75dd566949f7dd393322316;hpb=3d78f5f2dbe4f24a0c80f286e67ce79e9ef377c4;p=dump.git diff --git a/restore/restore.h b/restore/restore.h index 480f4d0..562b910 100644 --- a/restore/restore.h +++ b/restore/restore.h @@ -2,9 +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 , 1999-2000 + * Stelian Pop - AlcĂ´ve , 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 #include /* * 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 */