rlmi_doc.h 295 B

12345678910
  1. #ifndef __RLMI_DOCUMENT_H
  2. #define __RLMI_DOCUMENT_H
  3. #include "rl_subscription.h"
  4. /** Creates new RLMI document from subscription information. It will
  5. * be allocated in package memory. */
  6. int create_rlmi_document(str *dst, str *content_type_dst, rl_subscription_t *s, int full_info);
  7. #endif