Merge commit 'upstream/0.4b42'
[debian/dump] / restore / restore.h
index 3d2a5de310c517ca8f3ac5608dbdb84c6ab635ca..459814d15aba20a75702b92796fe1000fe05e858 100644 (file)
@@ -5,7 +5,11 @@
  *     Stelian Pop <stelian@popies.net>, 1999-2000
  *     Stelian Pop <stelian@popies.net> - AlcĂ´ve <www.alcove.com>, 2000-2002
  *
+<<<<<<< HEAD:restore/restore.h
  *     $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 $
+>>>>>>> upstream/0.4b42:restore/restore.h
  */
 
 /*
@@ -190,6 +194,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"); \