| 344 | } |
| 345 | |
| 346 | int wrap_msg_compact(str* buf, struct sip_msg* p_msg) { |
| 347 | return wrap_msg_func( buf, p_msg, COMPACT_CB); |
| 348 | } |
| 349 | |
| 350 | int wrap_msg_func(str* buf, struct sip_msg* p_msg, int type) |
| 351 | { |
nothing calls this directly
no test coverage detected