X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Fextern.h;h=dfbe5fe8322c8edaff8a53682b56e46c510a8ca9;hb=aec13b2a483076d0d31256729c3602143993bf63;hp=eb004e26a1a8891af06b8a724d846cdb342c6e67;hpb=df9ae507502f413c72119dde6ea3d35c91dba5bf;p=dump.git diff --git a/restore/extern.h b/restore/extern.h index eb004e2..dfbe5fe 100644 --- a/restore/extern.h +++ b/restore/extern.h @@ -2,9 +2,9 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999 + * Stelian Pop , 1999-2000 * - * $Id: extern.h,v 1.6 1999/10/13 09:57:20 stelian Exp $ + * $Id: extern.h,v 1.8 2000/02/08 12:22:43 stelian Exp $ */ /*- @@ -120,4 +120,5 @@ int rmtseek __P((int, int)); /* From e2fsprogs */ int fsetflags __P((const char *, unsigned long)); +int fgetflags __P((const char *, unsigned long *)); int setflags __P((int, unsigned long));