]> git.wh0rd.org - dump.git/blobdiff - restore/restore.h
Check for 'file system full' when creating temporary files.
[dump.git] / restore / restore.h
index a9aff91fbcd356c45134f7e574a7133032949110..883fcb2dcdb7a01d349f7947359186ff3fbcb96f 100644 (file)
@@ -2,9 +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 
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - AlcĂ´ve <www.alcove.fr>, 2000
  *
- *     $Id: restore.h,v 1.6 1999/11/22 21:39:42 tiniou Exp $
+ *     $Id: restore.h,v 1.11 2000/12/04 15:43:17 stelian Exp $
  */
 
 /*
@@ -45,6 +46,7 @@
  * SUCH DAMAGE.
  */
 
+#include <protocols/dumprestore.h>
 /*
  * Flags
  */
@@ -78,7 +80,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