|
@@ -175,6 +175,7 @@ int pv_printf(struct sip_msg* msg, pv_elem_p list, char *buf, int *len);
|
|
int pv_elem_free_all(pv_elem_p log);
|
|
int pv_elem_free_all(pv_elem_p log);
|
|
void pv_value_destroy(pv_value_t *val);
|
|
void pv_value_destroy(pv_value_t *val);
|
|
void pv_spec_free(pv_spec_t *spec);
|
|
void pv_spec_free(pv_spec_t *spec);
|
|
|
|
+void pv_spec_free_contents(pv_spec_t* spec);
|
|
int pv_spec_dbg(pv_spec_p sp);
|
|
int pv_spec_dbg(pv_spec_p sp);
|
|
int pv_get_spec_index(struct sip_msg* msg, pv_param_p ip, int *idx, int *flags);
|
|
int pv_get_spec_index(struct sip_msg* msg, pv_param_p ip, int *idx, int *flags);
|
|
int pv_get_avp_name(struct sip_msg* msg, pv_param_p ip, int_str *avp_name,
|
|
int pv_get_avp_name(struct sip_msg* msg, pv_param_p ip, int_str *avp_name,
|