summaryrefslogtreecommitdiffstats
path: root/src/rccxml.h
blob: d8d07bfa9f506f94b9ebc140ed5b52c9e78e36eb (plain)
1
2
3
4
5
6
7
#ifndef _RCC_XML_H
#define _RCC_XML_H

int rccXmlInit(int LoadConfiguration);
void rccXmlFree();

#endif /* _RCC_XML_H */