From 371b30b06ff4e23a25fae34a3603955962a20144 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Mon, 7 Aug 2000 17:40:14 +0000 Subject: [PATCH] remove internatmagic [from Ian] --- src/file.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/file.h b/src/file.h index 1cca4e7e..413073c3 100644 --- a/src/file.h +++ b/src/file.h @@ -1,6 +1,6 @@ /* * file.h - definitions for file(1) program - * @(#)$Id: file.h,v 1.32 2000/05/14 22:58:53 christos Exp $ + * @(#)$Id: file.h,v 1.33 2000/08/07 17:40:14 christos Exp $ * * Copyright (c) Ian F. Darwin, 1987. * Written by Ian F. Darwin. @@ -119,7 +119,6 @@ extern int tryit __P((unsigned char *, int, int)); extern int zmagic __P((unsigned char *, int)); extern void ckfprintf __P((FILE *, const char *, ...)); extern uint32 signextend __P((struct magic *, unsigned int32)); -extern int internatmagic __P((unsigned char *, int)); extern void tryelf __P((int, unsigned char *, int)); extern char *progname; /* the program name */ -- 2.40.0