summaryrefslogtreecommitdiff
path: root/export_xml.h
diff options
context:
space:
mode:
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