summaryrefslogtreecommitdiff
path: root/export_xml.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2009-08-19 17:55:03 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2009-08-19 17:55:03 +0200
commit131f5592347929c3d28a4a9406e242e2cfdd5db9 (patch)
treea7434fb93b1856665c34380a77f655a54bae0332 /export_xml.h
parent44f3e1486fb5fd45644683af83aaaf27047e4250 (diff)
Write data to an XML file.
File path for the XML file is read per channel from the 'xmlpath' option.
Diffstat (limited to 'export_xml.h')
-rw-r--r--export_xml.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/export_xml.h b/export_xml.h
new file mode 100644
index 0000000..f16379a
--- /dev/null
+++ b/export_xml.h
@@ -0,0 +1,9 @@
+#ifndef _EXPORT_XML_H_
+#define _EXPORT_XML_H_
+
+#include "channel.h"
+#include "user.h"
+
+int export_xml(struct channel_t *channel, struct user_t *users);
+
+#endif