X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Fdump.h;h=d6bae02954fd36db464e1a97a6f48375702e16f3;hp=e6d8e138b9059fc774b719a96cea51764b8ca232;hb=ba3af39e8b08027d3338b5533bddc86a9c803a74;hpb=4095abc031a4b91bd6d056ff2b6cf9e7cd568afc diff --git a/dump/dump.h b/dump/dump.h index e6d8e13..d6bae02 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.39 2002/06/05 13:29:15 stelian Exp $ + * $Id: dump.h,v 1.40 2002/07/29 12:00:33 stelian Exp $ */ /*- @@ -186,7 +186,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, const char *mode)); +int rmtopen __P((const char *tape, const int mode)); void rmtclose __P((void)); int rmtread __P((char *buf, size_t count)); int rmtwrite __P((const char *buf, size_t count));