summaryrefslogtreecommitdiffstats
path: root/src/rccxml.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2005-07-05 03:15:53 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2005-07-05 03:15:53 +0000
commit9922cef1af71786ae788903b52a8968e5775d510 (patch)
treebadf23fc2701946b61df1d15227736783e44a754 /src/rccxml.h
parenta21deef1c62467b21500f94dfb2ab3d58e69cb85 (diff)
downloadlibrcc-9922cef1af71786ae788903b52a8968e5775d510.tar.gz
librcc-9922cef1af71786ae788903b52a8968e5775d510.tar.bz2
librcc-9922cef1af71786ae788903b52a8968e5775d510.tar.xz
librcc-9922cef1af71786ae788903b52a8968e5775d510.zip
Save / Load
Diffstat (limited to 'src/rccxml.h')
-rw-r--r--src/rccxml.h7
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 */