00001 #ifndef __RLMI_DOCUMENT_H 00002 #define __RLMI_DOCUMENT_H 00003 00004 #include "rl_subscription.h" 00005 00008 int create_rlmi_document(str *dst, str *content_type_dst, rl_subscription_t *s, int full_info); 00009 00010 #endif