X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Fextern.h;h=ce2a0410554721345d48a5701b3969e81c3ce317;hp=6ea57e383065036f182d3b3146192af426126a96;hb=5bf65105dbaf0bb3d6fb4ccb3d8790bda496d861;hpb=7fcd6df59144f29299a35d54bec24a147fd19f12 diff --git a/restore/extern.h b/restore/extern.h index 6ea57e3..ce2a041 100644 --- a/restore/extern.h +++ b/restore/extern.h @@ -5,7 +5,7 @@ * Stelian Pop , 1999-2000 * Stelian Pop - AlcĂ´ve , 2000-2002 * - * $Id: extern.h,v 1.20 2002/11/15 09:25:41 stelian Exp $ + * $Id: extern.h,v 1.21 2003/01/10 14:42:51 stelian Exp $ */ /*- @@ -42,6 +42,7 @@ */ #include +#include struct entry *addentry __P((char *, dump_ino_t, int)); long addfile __P((char *, dump_ino_t, int)); @@ -121,7 +122,7 @@ int rmthost __P((const char *)); int rmtioctl __P((int, int)); int rmtopen __P((const char *, const int)); int rmtread __P((const char *, int)); -int rmtseek __P((int, int)); +OFF_T rmtseek __P((OFF_T, int)); /* From e2fsprogs */ int fsetflags __P((const char *, unsigned long));