X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=dump%2Fdump.h;h=8fb157a32a06d292b62b810cbb87f9ad2ecc51f0;hb=008af4194627f2026f9a66f38953724c0c364c81;hp=e8180427b02b9fb59e7783327feed08cecdce2c2;hpb=c3f69f06e7c87a8e39d2bc02396fa3ba8db76e84;p=dump.git diff --git a/dump/dump.h b/dump/dump.h index e818042..8fb157a 100644 --- a/dump/dump.h +++ b/dump/dump.h @@ -5,7 +5,7 @@ * Stelian Pop , 1999-2000 * Stelian Pop - AlcĂ´ve , 2000-2002 * - * $Id: dump.h,v 1.43 2003/03/26 10:58:22 stelian Exp $ + * $Id: dump.h,v 1.45 2003/03/31 09:42:58 stelian Exp $ */ /*- @@ -20,11 +20,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -79,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 */