summaryrefslogtreecommitdiff
path: root/src/parseinstruments.h
blob: 8a3366326376298ccfe6be64574cb67b6fc0f404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//
// parseinstruments.h
//
// 
//
//
// Author: Adam Tee <adam@ajtee.plus.com>, (C) 2005
//
// Copyright: See COPYING file that comes with this distribution
//
//

#ifndef PARSEINSTRUMENTS_H
#define PARSEINSTRUMENTS_H


#include <libxml/parser.h>
#include <libxml/tree.h>
#include <libxml/xmlmemory.h>
#include <denemo/denemo.h>



GList *parseInstruments(GList *instruments);
InstrumentType lookuptype(gchar *string);
#endif