1
0
Fork 0
mbuni/mbuni/mmlib/mms_mm7soap.h

11 lines
277 B
C
Raw Normal View History

#ifndef __MMS_MM7SOAP_INCLUDED__
#define __MMS_MM7SOAP_INCLUDED__
#include "mms_util.h"
typedef struct Mm7Soap_t *Mm7Soap_t;
extern Mm7Soap_t *mms_mm7soap_from_mime(Octstr *text);
extern List *parse_soapmsg(Octstr *xml);
extern Octstr *headers_to_soapxml(List *hdrs);
#endif