| 1364 | static int dummy_static_in_used = 0; |
| 1365 | |
| 1366 | int is_dummy_sip_msg(struct sip_msg *req) |
| 1367 | { |
| 1368 | if (req && req->buf==_sip_msg_buf) |
| 1369 | return 0; |
| 1370 | return -1; |
| 1371 | } |
| 1372 | |
| 1373 | struct sip_msg* get_dummy_sip_msg(void) |
| 1374 | { |
no outgoing calls
no test coverage detected