X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Frestore.h;h=11d38ec2a6836478e2cca9506d42f5cf660b7ee6;hb=d6967896bc4e18f9b4359a2ef5be5c0f1bcc456a;hp=d6c4d99dd11b5bf1d7fcd19b55aa3aba03d2f9d7;hpb=df9ae507502f413c72119dde6ea3d35c91dba5bf;p=dump.git diff --git a/restore/restore.h b/restore/restore.h index d6c4d99..11d38ec 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 + * Stelian Pop , 1999-2000 + * Stelian Pop - AlcĂ´ve , 2000 * - * $Id: restore.h,v 1.5 1999/10/13 09:57:21 stelian Exp $ + * $Id: restore.h,v 1.12 2000/12/21 11:14:54 stelian Exp $ */ /* @@ -45,6 +46,8 @@ * SUCH DAMAGE. */ +#include +#include /* * Flags */ @@ -53,6 +56,7 @@ extern int bflag; /* set input block size */ extern int dflag; /* print out debugging info */ extern int hflag; /* restore heirarchies */ extern int mflag; /* restore by name instead of inode number */ +extern int Mflag; /* multi-volume restore */ extern int Nflag; /* do not write the disk */ extern int uflag; /* unlink symlink targets */ extern int vflag; /* print out actions taken */ @@ -77,7 +81,8 @@ extern int compare_ignore_not_found; /* used to compare incremental dumps, */ /* so messages about "not found" files */ /* isn't seen. */ -extern char *filesys; /* name of dumped filesystem */ +extern int compare_errors; /* did we encounter any compare errors? */ +extern char filesys[NAMELEN];/* name of dumped filesystem */ /* * Each file in the file system is described by one of these entries