]> git.wh0rd.org - dump.git/blobdiff - dump/dump.h
Unlimited fast inode exclusion.
[dump.git] / dump / dump.h
index e719f4388dc83941a036c282a1a7b56243cf10e0..1c3c42572a663995eef30aae52daddac4e9091ec 100644 (file)
@@ -5,7 +5,7 @@
  *     Stelian Pop <stelian@popies.net>, 1999-2000
  *     Stelian Pop <stelian@popies.net> - AlcĂ´ve <www.alcove.com>, 2000-2002
  *
- *     $Id: dump.h,v 1.44 2003/03/30 15:40:35 stelian Exp $
+ *     $Id: dump.h,v 1.46 2003/05/12 14:16:39 stelian Exp $
  */
 
 /*-
@@ -75,7 +75,7 @@ extern char   lastlevel;      /* dump level of previous dump */
 extern char    level;          /* dump level of this dump */
 extern int     Afile;          /* archive file descriptor */
 extern int      AfileActive;    /* Afile flag */
-extern int     bzipflag;       /* compression is done using bzlib */
+extern int     zipflag;        /* which compression method */
 extern int     uflag;          /* update flag */
 extern int     mflag;          /* dump metadata only if possible flag */
 extern int     Mflag;          /* multi-volume flag */
@@ -277,6 +277,3 @@ extern off_t lseek();
 extern const char *strerror();
 #endif
 
-                               /* 04-Feb-00 ILC */
-#define IEXCLUDE_MAXNUM 256    /* max size of inode exclude list */
-