]> git.wh0rd.org - dump.git/blobdiff - dump/dump.h
Updated and cleaned the -B compressed limit.
[dump.git] / dump / dump.h
index 825a7fc54d3b9eee7ff8c8ffe809252839fdeb86..dacfee1ead2e0a72bd2556392f90abe2a51f7db6 100644 (file)
@@ -5,7 +5,7 @@
  *     Stelian Pop <pop@noos.fr>, 1999-2000
  *     Stelian Pop <pop@noos.fr> - AlcĂ´ve <www.alcove.fr>, 2000
  *
- *     $Id: dump.h,v 1.27 2001/07/19 09:03:44 stelian Exp $
+ *     $Id: dump.h,v 1.29 2001/07/20 11:02:45 stelian Exp $
  */
 
 /*-
@@ -86,7 +86,6 @@ int   density;        /* density in 0.1" units */
 long   tapesize;       /* estimated tape size, blocks */
 long   tsize;          /* tape size in 0.1" units */
 long   asize;          /* number of 0.1" units written on current tape */
-unsigned long csize;   /* number of compressed bytes written on current tape */
 int    etapes;         /* estimated number of tapes */
 int    nonodump;       /* if set, do not honor UF_NODUMP user flags */
 int    unlimited;      /* if set, write to end of medium */
@@ -188,7 +187,7 @@ int rmtioctl __P((int cmd, int count));
 
 void   interrupt __P((int signo));     /* in case operator bangs on console */
 int    exclude_ino __P((dump_ino_t ino));
-void   do_exclude_ino __P((dump_ino_t ino));
+void   do_exclude_ino __P((dump_ino_t ino, const char *));
 
 /*
  *     Exit status codes