From db4eb289d1767b96b349e993313e83d93c07a8de Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Fri, 18 Apr 1997 06:37:35 +0000 Subject: imported from mkid-3.0.8 --- fid.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'fid.c') diff --git a/fid.c b/fid.c index bdcdbc2..4c67f38 100644 --- a/fid.c +++ b/fid.c @@ -16,10 +16,11 @@ Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" #include #include #include + +#include #include "idfile.h" #include "idarg.h" #include "bitops.h" @@ -29,10 +30,10 @@ #include "alloc.h" #include "token.h" -int get_idarg_index (char const *file_name); -int is_hit (unsigned char const *hits, int file_number); -int is_hit_1 (unsigned char const **hits, int level, int file_number); -void skip_hits (unsigned char const **hits, int level); +int get_idarg_index __P((char const *file_name)); +int is_hit __P((unsigned char const *hits, int file_number)); +int is_hit_1 __P((unsigned char const **hits, int level, int file_number)); +void skip_hits __P((unsigned char const **hits, int level)); FILE *id_FILE; struct idhead idh; -- cgit v1.2.3