X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;ds=sidebyside;f=dump%2Fdump.h;h=3eea35a7b276796aee999bebd22972e7da81d656;hb=0d7af9c5f2cc7d4a97e934692ea8665e09fd5500;hp=37b3c8bcc186d343ec40a4e25513134e5197a59c;hpb=92a9bf12543aadfcc46e7ab9c2729b4d4d1f22ee;p=dump.git diff --git a/dump/dump.h b/dump/dump.h index 37b3c8b..3eea35a 100644 --- a/dump/dump.h +++ b/dump/dump.h @@ -4,7 +4,7 @@ * Remy Card , 1994-1997 * Stelian Pop , 1999-2000 * - * $Id: dump.h,v 1.12 2000/03/01 10:16:05 stelian Exp $ + * $Id: dump.h,v 1.13 2000/03/02 11:34:51 stelian Exp $ */ /*- @@ -71,6 +71,7 @@ char lastlevel; /* dump level of previous dump */ char level; /* dump level of this dump */ int uflag; /* update flag */ int Mflag; /* multi-volume flag */ +char *eot_script; /* end of volume script fiag */ int diskfd; /* disk file descriptor */ int tapefd; /* tape file descriptor */ int pipeout; /* true => output to standard output */ @@ -143,7 +144,7 @@ int alloctape __P((void)); void close_rewind __P((void)); void dumpblock __P((daddr_t blkno, int size)); void startnewtape __P((int top)); -void trewind __P((void)); +time_t trewind __P((void)); void writerec __P((const void *dp, int isspcl)); void Exit __P((int status));