X-Git-Url: https://git.gag.com/?p=debian%2Fdump;a=blobdiff_plain;f=dump%2Fdump.h;h=f26d12b6260b9f72f80e9f4b55c4037a503b92c3;hp=fafd4c399552a859ce519fe139727d082b33849d;hb=9a0f7d31d8848683face512dcabfc03949c78fb2;hpb=3c2c604b3b2a51fa1717a2212b5fed9145b51cd1 diff --git a/dump/dump.h b/dump/dump.h index fafd4c3..f26d12b 100644 --- a/dump/dump.h +++ b/dump/dump.h @@ -5,7 +5,7 @@ * Stelian Pop , 1999-2000 * Stelian Pop - AlcĂ´ve , 2000-2002 * - * $Id: dump.h,v 1.49 2004/07/01 09:14:49 stelian Exp $ + * $Id: dump.h,v 1.50 2010/04/28 09:29:50 stelian Exp $ */ /*- @@ -91,7 +91,7 @@ extern int fifoout; /* true => output to fifo */ extern dump_ino_t curino; /* current inumber; used globally */ extern int newtape; /* new tape flag */ extern int density; /* density in 0.1" units */ -extern long tapesize; /* estimated tape size, blocks */ +extern long long tapesize; /* estimated tape size, blocks */ extern long tsize; /* tape size in 0.1" units */ extern long asize; /* number of 0.1" units written on current tape */ extern int etapes; /* estimated number of tapes */ @@ -148,12 +148,12 @@ time_t unctime __P((const char *str)); /* mapping rouintes */ struct dinode; long blockest __P((struct dinode const *dp)); -int mapfiles __P((dump_ino_t maxino, long *tapesize)); +int mapfiles __P((dump_ino_t maxino, long long *tapesize)); #ifdef __linux__ -int mapfilesfromdir __P((dump_ino_t maxino, long *tapesize, char *directory)); -int maponefile __P((dump_ino_t maxino, long *tapesize, char *directory)); +int mapfilesfromdir __P((dump_ino_t maxino, long long *tapesize, char *directory)); +int maponefile __P((dump_ino_t maxino, long long *tapesize, char *directory)); #endif -int mapdirs __P((dump_ino_t maxino, long *tapesize)); +int mapdirs __P((dump_ino_t maxino, long long *tapesize)); /* file dumping routines */ void blksout __P((blk_t *blkp, int frags, dump_ino_t ino));