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, 0 insertions, 9 deletions
diff --git a/export_xml.h b/export_xml.h
deleted file mode 100644
index f16379a..0000000
--- a/export_xml.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#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