X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Frestore.h;h=51a3082d7f50d6f75483afb3fafd17b6ad2ccb00;hp=3d2a5de310c517ca8f3ac5608dbdb84c6ab635ca;hb=refs%2Fheads%2Fmaster;hpb=df3d2ef98b911ebb7a7b7c6137e60e28eb39e5f1 diff --git a/restore/restore.h b/restore/restore.h index 3d2a5de..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.33 2005/07/07 09:16:08 stelian Exp $ + * $Id: restore.h,v 1.34 2007/02/22 20:12:50 stelian Exp $ */ /* @@ -190,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"); \