/* ** Copyright (C) 1995, Enterprise Integration Technologies Corp. ** All Rights Reserved. ** Kevin Hughes, kevinh@eit.com ** 3/11/94 ** ** Released under the GPL by EIT ** ** Modified for Harvest */ int add_attrval(int, char *, char *, size_t); int getMeta(); int parseMetaData(); void createMetaEntryList(); void indexadir(); void indexafile(); void printfiles(); void printdirs(); void printMetaNames(); struct sortentry *addsortentry(); struct entry *addentry(); struct file *addtofilelist(); int getfilecount(); char *getthedate(); int countwords(); int countwordstr(); int getstructure(); int parsecomment(); int removestops(); int getrank(); void printheader(); void printindex(); void printfilelist(); void printstopwords(); void printfileoffsets(); void compress(); void decompress(); char *ruleparse();