]> git.wh0rd.org - dump.git/blobdiff - dump/dump.h
Fix rmtopen() extended format...
[dump.git] / dump / dump.h
index e6d8e138b9059fc774b719a96cea51764b8ca232..d6bae02954fd36db464e1a97a6f48375702e16f3 100644 (file)
@@ -5,7 +5,7 @@
  *     Stelian Pop <stelian@popies.net>, 1999-2000
  *     Stelian Pop <stelian@popies.net> - AlcĂ´ve <www.alcove.com>, 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));