From 131f5592347929c3d28a4a9406e242e2cfdd5db9 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Wed, 19 Aug 2009 17:55:03 +0200 Subject: Write data to an XML file. File path for the XML file is read per channel from the 'xmlpath' option. --- export_xml.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 export_xml.h (limited to 'export_xml.h') 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 -- cgit v1.2.3