]> git.wh0rd.org - dump.git/blobdiff - dump/dump.h
Added the throughput information in dump's progression messages.
[dump.git] / dump / dump.h
index 80d4971d5d2dc5d36735e4955fba2782907b5ee8..0db752c24dcb931c49b4d0cfdb56bf7ed6420c5b 100644 (file)
@@ -2,9 +2,10 @@
  *     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-2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - AlcĂ´ve <www.alcove.fr>, 2000
  *
- *     $Id: dump.h,v 1.14 2000/11/10 11:48:31 stelian Exp $
+ *     $Id: dump.h,v 1.17 2000/12/05 16:31:36 stelian Exp $
  */
 
 /*-
@@ -146,6 +147,7 @@ void        dumpblock __P((daddr_t blkno, int size));
 void   startnewtape __P((int top));
 time_t trewind __P((void));
 void   writerec __P((const void *dp, int isspcl));
+char   *mktimeest __P((time_t tnow));
 
 void   Exit __P((int status));
 void   dumpabort __P((int signo));