// // parseinstruments.h // // // // // Author: Adam Tee , (C) 2005 // // Copyright: See COPYING file that comes with this distribution // // #ifndef PARSEINSTRUMENTS_H #define PARSEINSTRUMENTS_H #include #include #include #include GList *parseInstruments(GList *instruments); InstrumentType lookuptype(gchar *string); #endif