X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Fextern.h;h=d81892c4544be9a19b924e915bb69010c4543f94;hb=0a99352128efc4af44160eee69e8990686bf9ad5;hp=8cf3f2c9527506cc544faf4bab7bfdfe2d356e7e;hpb=ec387a1267f4cac7625cd5b6d1c1f080d39085b3;p=dump.git diff --git a/restore/extern.h b/restore/extern.h index 8cf3f2c..d81892c 100644 --- a/restore/extern.h +++ b/restore/extern.h @@ -2,8 +2,10 @@ * 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 + * Stelian Pop - AlcĂ´ve , 2000 * + * $Id: extern.h,v 1.9 2000/11/10 14:42:25 stelian Exp $ */ /*- @@ -37,8 +39,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: extern.h,v 1.5 1999/10/11 13:31:12 stelian Exp $ */ struct entry *addentry __P((char *, ino_t, int)); @@ -121,4 +121,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));