X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Frestore.h;h=51a3082d7f50d6f75483afb3fafd17b6ad2ccb00;hp=4f5236f4ac7466c17bbe8bf3c01a4c959db5e6df;hb=refs%2Fheads%2Fmaster;hpb=cca7148b36e60b4671518602ff9a7c2d0c22a7b2 diff --git a/restore/restore.h b/restore/restore.h index 4f5236f..51a3082 100644 --- a/restore/restore.h +++ b/restore/restore.h @@ -5,7 +5,7 @@ * Stelian Pop , 1999-2000 * Stelian Pop - AlcĂ´ve , 2000-2002 * - * $Id: restore.h,v 1.32 2005/05/02 15:10:46 stelian Exp $ + * $Id: restore.h,v 1.34 2007/02/22 20:12:50 stelian Exp $ */ /* @@ -92,8 +92,7 @@ extern int compare_errors; /* did we encounter any compare errors? */ extern char filesys[NAMELEN];/* name of dumped filesystem */ extern dump_ino_t volinfo[]; /* which inode on which volume archive info */ extern int wdfd; /* original working directory */ - -#define DIRHASH_SIZE 1024 +extern int dirhash_size; /* size of the directory hash table */ /* * Each file in the file system is described by one of these entries @@ -191,6 +190,11 @@ char smtcpath[2048]; #endif #endif /* USE_QFA */ +#ifdef TRANSSELINUX /*GAN6May06 SELinux MLS */ +extern int transselinuxflag; +extern char *transselinuxarg; +#endif + #define do_compare_error \ if (++compare_errors >= Lflag && Lflag) { \ printf("Compare errors limit reached, exiting...\n"); \