]> git.wh0rd.org - dump.git/blobdiff - restore/restore.h
From Uwe Gohlke:
[dump.git] / restore / restore.h
index 572a1bcea342bae68fd00a6c3000755a0316c9a7..9239b07ea8dc0a576557ab2ee4b283a9fe5cfc27 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.25 2002/02/04 11:18:46 stelian Exp $
+ *     $Id: restore.h,v 1.28 2003/10/26 16:05:48 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.
  *
@@ -61,6 +57,7 @@ extern int    lflag;          /* assume remote filename is a regular file */
 extern int     Lflag;          /* compare errors limit */
 extern int     mflag;          /* restore by name instead of inode number */
 extern int     Mflag;          /* multi-volume restore */
+extern int     oflag;          /* do restore permissions without asking */
 extern int     Vflag;          /* multi-volume on a single device like CDROM */
 extern int     Nflag;          /* do not write the disk */
 extern int     uflag;          /* unlink symlink targets */
@@ -183,6 +180,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 \