00001 00023 #ifndef _UAC_SEND_H_ 00024 #define _UAC_SEND_H_ 00025 00026 #include "../../pvar.h" 00027 00028 int pv_get_uac_req(struct sip_msg *msg, pv_param_t *param, 00029 pv_value_t *res); 00030 int pv_set_uac_req(struct sip_msg* msg, pv_param_t *param, 00031 int op, pv_value_t *val); 00032 int pv_parse_uac_req_name(pv_spec_p sp, str *in); 00033 void uac_req_init(void); 00034 int uac_req_send(struct sip_msg *msg, char *s1, char *s2); 00035 00036 #endif
1.7.1