]> git.wh0rd.org - dump.git/blobdiff - restore/restore.h
Exclude directory entries to non-dumped inodes from the dump.
[dump.git] / restore / restore.h
index 0dea9cad3c8612211e78672b04bc22a4436efdc5..bf6284b126c986950fc50c75284b94fafad0ec6e 100644 (file)
@@ -5,7 +5,7 @@
  *     Stelian Pop <stelian@popies.net>, 1999-2000
  *     Stelian Pop <stelian@popies.net> - AlcĂ´ve <www.alcove.com>, 2000-2002
  *
- *     $Id: restore.h,v 1.27 2003/03/30 15:40:40 stelian Exp $
+ *     $Id: restore.h,v 1.29 2004/04/13 13:04:33 stelian Exp $
  */
 
 /*
@@ -64,6 +64,7 @@ extern int    uflag;          /* unlink symlink targets */
 extern int     vflag;          /* print out actions taken */
 extern int     yflag;          /* always try to recover from tape errors */
 extern int     zflag;          /* tape is in compressed format */
+extern int     ufs2flag;       /* tape is a FreeBSD UFS2 dump */
 extern char*   bot_script;     /* beginning of tape script */
 /*
  * Global variables
@@ -180,6 +181,11 @@ extern int gTapeposfd;
 extern int     createtapeposflag;
 extern unsigned long qfadumpdate;
 extern long long curtapepos;
+#ifdef sunos
+int            fdsmtc;
+long   scsiid;
+char   smtcpath[2048];
+#endif
 #endif /* USE_QFA */
 
 #define do_compare_error \