]> git.wh0rd.org - dump.git/blobdiff - dump/dump.h
Added the prompt command in restore interactive mode.
[dump.git] / dump / dump.h
index 7b66e05a8eaf8bf2731939f144b39e4323395d66..994706cf8fcfaf8324fe806283c11c6c53a10e0a 100644 (file)
@@ -4,7 +4,7 @@
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
  *     Stelian Pop <pop@cybercable.fr>, 1999-2000
  *
- *     $Id: dump.h,v 1.9 2000/01/21 10:17:41 stelian Exp $
+ *     $Id: dump.h,v 1.11 2000/02/26 01:35:48 stelian Exp $
  */
 
 /*-
@@ -71,7 +71,6 @@ char  *disk;          /* name of the disk file */
 char   tape[NAME_MAX]; /* name of the tape file */
 char   *tapeprefix;    /* prefix of the tape file */
 char   *dumpdates;     /* name of the file containing dump date information*/
-char   *temp;          /* name of the file for doing rewrite of dumpdates */
 char   lastlevel;      /* dump level of previous dump */
 char   level;          /* dump level of this dump */
 int    uflag;          /* update flag */
@@ -257,3 +256,7 @@ extern void exit();
 extern off_t lseek();
 extern const char *strerror();
 #endif
+
+                               /* 04-Feb-00 ILC */
+#define IEXCLUDE_MAXNUM 256    /* max size of inode exclude list */
+