X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Fdump.h;h=1f4ab9ec8a84df21610e53c868207157e37084d5;hp=2a6020c89b0225ad3728d38296cb58855711a7a0;hb=54ec08c6ea42e9189423def508c5119f33466db2;hpb=e7850aac218f2c009303b0a65903c54157139d0c diff --git a/dump/dump.h b/dump/dump.h index 2a6020c..1f4ab9e 100644 --- a/dump/dump.h +++ b/dump/dump.h @@ -5,7 +5,7 @@ * Stelian Pop , 1999-2000 * Stelian Pop - AlcĂ´ve , 2000 * - * $Id: dump.h,v 1.25 2001/07/18 09:50:48 stelian Exp $ + * $Id: dump.h,v 1.28 2001/07/19 09:49:35 stelian Exp $ */ /*- @@ -115,6 +115,7 @@ int tp_bshift; /* log2(TP_BSIZE) */ int gTapeposfd; char *gTapeposfile; char gTps[255]; +int32_t gThisDumpDate; int GetTapePos __P((long *pos)); #endif /* USE_QFA */ @@ -186,6 +187,8 @@ int rmtioctl __P((int cmd, int count)); #endif /* RDUMP */ void interrupt __P((int signo)); /* in case operator bangs on console */ +int exclude_ino __P((dump_ino_t ino)); +void do_exclude_ino __P((dump_ino_t ino, const char *)); /* * Exit status codes