| 556 | } |
| 557 | |
| 558 | static int pv_get_msgid(struct sip_msg *msg, pv_param_t *param, |
| 559 | pv_value_t *res) |
| 560 | { |
| 561 | if(msg==NULL) |
| 562 | return -1; |
| 563 | return pv_get_uintval(msg, param, res, msg->id); |
| 564 | } |
| 565 | |
| 566 | static int pv_get_method(struct sip_msg *msg, pv_param_t *param, |
| 567 | pv_value_t *res) |
nothing calls this directly
no test coverage detected