| 466 | |
| 467 | |
| 468 | static int pv_get_times(struct sip_msg *msg, pv_param_t *param, |
| 469 | pv_value_t *res) |
| 470 | { |
| 471 | if(msg==NULL) |
| 472 | return -1; |
| 473 | |
| 474 | return pv_get_uintval(msg, param, res, (unsigned int)time(NULL)); |
| 475 | } |
| 476 | |
| 477 | static int pv_get_timem(struct sip_msg *msg, pv_param_t *param, |
| 478 | pv_value_t *res) |
nothing calls this directly
no test coverage detected