a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/lib/fof.c src/lib/fof.c index d66ce55..d6e5479 100644 --- src/lib/fof.c +++ src/lib/fof.c @@ -1,25 +1,24 @@ /* fofFa - create a fof index for a list of FA files. * * This file is copyright 2002 Jim Kent, but license is hereby * granted for all use - public, private or commercial. */ #include "common.h" #include "localmem.h" #include "sig.h" #include "fof.h" -static char const rcsid[] = "$Id: fof.c,v 1.7 2006/03/10 17:43:36 angie Exp $"; struct fofRecord /* This holds a record of an index file. */ { bits32 offset; /* Start offset within file. Must be first element.*/ bits32 size; /* Sizer within file. */ UBYTE fileIx; /* Which file it's in. */ char name[1]; /* Dynamically allocated to fit actual size. */ }; struct fof /* Manage a file offset file - an index which includes the file, * the offset, and the size of each item. */ { char *name; /* Name of fof given to fofOpen. */