diff options
Diffstat (limited to 'src/rccxml.h')
-rw-r--r-- | src/rccxml.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/rccxml.h b/src/rccxml.h new file mode 100644 index 0000000..3f0382e --- /dev/null +++ b/src/rccxml.h @@ -0,0 +1,7 @@ +#ifndef _RCC_XML_H +#define _RCC_XML_H + +int rccXmlInit(); +void rccXmlFree(); + +#endif /* _RCC_XML_H */ |