]> 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 6c45e8b2b0427a176f0805af468067ebff9d115a..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.26 2002/06/08 07:10:37 stelian Exp $
+ *     $Id: restore.h,v 1.29 2004/04/13 13:04:33 stelian Exp $
  */
 
 /*
  * 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.
  *
@@ -68,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
@@ -184,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 \