26b939c6 | #ifndef _MSG_TRANSLATOR_H #define _MSG_TRANSLATOR_H #include "msg_parser.h" |
5843cd1b | char * build_req_buf_from_sip_req (struct sip_msg* msg, unsigned int *returned_len); |
26b939c6 | |
5843cd1b | char * build_res_buf_from_sip_res(struct sip_msg* msg, unsigned int *returned_len); |
99c0e4ed | char * build_res_buf_from_sip_req(unsigned int code , char *text , struct sip_msg* msg, unsigned int *returned_len); |
26b939c6 | #endif |