X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Frestore.h;h=a55a8fdfaa801570cf23ed39480c4792fa663451;hp=9f5b9c0e41c9ed476e0ff10036487f2f907743ad;hb=9d49c83f5624f5cf13b7e27fd1f058b10dad50a3;hpb=80dea6355164a9c0231e8d7f4dcfb3fca0858f7d diff --git a/restore/restore.h b/restore/restore.h index 9f5b9c0..a55a8fd 100644 --- a/restore/restore.h +++ b/restore/restore.h @@ -5,7 +5,7 @@ * Stelian Pop , 1999-2000 * Stelian Pop - AlcĂ´ve , 2000 * - * $Id: restore.h,v 1.19 2001/11/16 14:09:07 stelian Exp $ + * $Id: restore.h,v 1.20 2001/12/24 15:53:41 stelian Exp $ */ /* @@ -78,6 +78,7 @@ extern time_t dumptime; /* time that this dump begins */ extern time_t dumpdate; /* time that this dump was made */ extern char command; /* opration being performed */ extern FILE *terminal; /* file descriptor for the terminal input */ +extern int pipein; /* input is from a pipe */ extern char *tmpdir; /* name of temp directory */ extern int oldinofmt; /* reading tape with old format inodes */ extern int Bcvt; /* need byte swapping on inodes and dirs */