| 222 | } |
| 223 | |
| 224 | static int w_mq_add(struct sip_msg *msg, str *mq, str *key, str *val) |
| 225 | { |
| 226 | if(mq_item_add(mq, key, val) < 0) |
| 227 | return -1; |
| 228 | return 1; |
| 229 | } |
| 230 | |
| 231 | static int w_mq_pv_free(struct sip_msg *msg, str *mq) |
| 232 | { |
nothing calls this directly
no test coverage detected