X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Fdump.h;h=4e3fadaa50c0e3f9705482b16964982a08408956;hp=c32631b5c8feb7c0ea914d9ef2332f2765bedc25;hb=43460f04f3920ae39f345a2fb39d000a890a4283;hpb=2b7475327b6a1a580f76eca13a18f68a2943a5b1 diff --git a/dump/dump.h b/dump/dump.h index c32631b..4e3fada 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.20 2001/02/21 16:13:05 stelian Exp $ + * $Id: dump.h,v 1.21 2001/03/19 13:22:48 stelian Exp $ */ /*- @@ -66,7 +66,7 @@ char *dumpinomap; /* map of files to be dumped */ /* * All calculations done in 0.1" units! */ -char *disk; /* name of the disk file */ +const char *disk; /* name of the disk file */ char tape[MAXPATHLEN]; /* name of the tape file */ char *tapeprefix; /* prefix of the tape file */ char *dumpdates; /* name of the file containing dump date information*/ @@ -157,7 +157,7 @@ void Exit __P((int status)); void dumpabort __P((int signo)); void getfstab __P((void)); -char *rawname __P((char *cp)); +const char *rawname __P((const char *cp)); struct dinode *getino __P((ino_t inum)); /* rdump routines */