#include "item_list.h" void ReadCatalog (LIST **, char *, char *); void SetupCatalog (char *); char * ResolveCatalogFileName (char *, char *); extern LIST *theCatalog;