#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