X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Frestore.h;h=480f4d028ffdc068b75dd566949f7dd393322316;hb=ddf0df5b77e1a86207bf944b90ba70ac472df923;hp=a9aff91fbcd356c45134f7e574a7133032949110;hpb=394240ceca86d02b0219f84aead0483209db12fd;p=dump.git diff --git a/restore/restore.h b/restore/restore.h index a9aff91..480f4d0 100644 --- a/restore/restore.h +++ b/restore/restore.h @@ -2,9 +2,9 @@ * 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 * - * $Id: restore.h,v 1.6 1999/11/22 21:39:42 tiniou Exp $ + * $Id: restore.h,v 1.9 2000/05/28 16:52:21 stelian Exp $ */ /* @@ -45,6 +45,7 @@ * SUCH DAMAGE. */ +#include /* * Flags */ @@ -78,7 +79,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