]> git.wh0rd.org - dump.git/blobdiff - restore/restore.h
Added the prompt command in restore interactive mode.
[dump.git] / restore / restore.h
index cbe17bdf43f576b8cfcaf186727c49e1f453cf1b..a3c2b5566dd02ffe881cda4e597c5ce052103805 100644 (file)
@@ -2,8 +2,9 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *      Stelian Pop <pop@cybercable.fr>, 1999 
+ *     Stelian Pop <pop@cybercable.fr>, 1999-2000
  *
+ *     $Id: restore.h,v 1.7 2000/01/21 10:17:41 stelian Exp $
  */
 
 /*
@@ -42,8 +43,6 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
- *     @(#)restore.h   8.3 (Berkeley) 9/13/94
  */
 
 /*
@@ -54,6 +53,7 @@ extern int    bflag;          /* set input block size */
 extern int     dflag;          /* print out debugging info */
 extern int     hflag;          /* restore heirarchies */
 extern int     mflag;          /* restore by name instead of inode number */
+extern int     Mflag;          /* multi-volume restore */
 extern int     Nflag;          /* do not write the disk */
 extern int     uflag;          /* unlink symlink targets */
 extern int     vflag;          /* print out actions taken */