X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Fdump.h;h=a392aacd205dd3fdc0c262681c1b8930a20b76ed;hp=177329bbc5917b3bddf08637cfbc901d8f6b9deb;hb=88ac410d747e12ed2c1edd1ed0fdab994de71cf9;hpb=5fb6554eaf09f19f4421fdb36e04a6b6de082fe9 diff --git a/dump/dump.h b/dump/dump.h index 177329b..a392aac 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.37 2002/04/04 08:20:23 stelian Exp $ + * $Id: dump.h,v 1.38 2002/05/21 15:48:46 stelian Exp $ */ /*- @@ -185,7 +185,7 @@ struct dinode *getino __P((dump_ino_t inum)); /* rdump routines */ #ifdef RDUMP int rmthost __P((const char *host)); -int rmtopen __P((const char *tape, int mode)); +int rmtopen __P((const char *tape, const char *mode)); void rmtclose __P((void)); int rmtread __P((char *buf, size_t count)); int rmtwrite __P((const char *buf, size_t count));