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 --- idx.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'idx.c') diff --git a/idx.c b/idx.c index e62e2d9..6948607 100644 --- a/idx.c +++ b/idx.c @@ -1,14 +1,15 @@ /* static char copyright[] = "@(#)Copyright (c) 1986, Greg McGary"; static char sccsid[] = "@(#)idx.c 1.2 86/10/17"; */ -#include "config.h" #include #include + +#include #include "misc.h" #include "filenames.h" #include "scanners.h" -void idxtract (char *path); +void idxtract __P((char *path)); char const *program_name; -- cgit v1.2.3