diff options
author | Greg McGary <greg@mcgary.org> | 1997-04-18 06:37:35 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1997-04-18 06:37:35 +0000 |
commit | db4eb289d1767b96b349e993313e83d93c07a8de (patch) | |
tree | c10f8ee5bad361c93d335c1088249c5ecdb12578 /idx.c | |
parent | c2e961ee7b01e5390b0973e69c68e5ae2e91702d (diff) | |
download | idutils-db4eb289d1767b96b349e993313e83d93c07a8de.tar.gz idutils-db4eb289d1767b96b349e993313e83d93c07a8de.tar.bz2 idutils-db4eb289d1767b96b349e993313e83d93c07a8de.zip |
imported from mkid-3.0.8r3_0_8
Diffstat (limited to 'idx.c')
-rw-r--r-- | idx.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 <stdio.h> #include <string.h> + +#include <config.h> #include "misc.h" #include "filenames.h" #include "scanners.h" -void idxtract (char *path); +void idxtract __P((char *path)); char const *program_name; |