| 340 | } |
| 341 | |
| 342 | int wrap_msg_compress(str* buf, struct sip_msg* p_msg) { |
| 343 | return wrap_msg_func( buf, p_msg, COMPRESS_CB); |
| 344 | } |
| 345 | |
| 346 | int wrap_msg_compact(str* buf, struct sip_msg* p_msg) { |
| 347 | return wrap_msg_func( buf, p_msg, COMPACT_CB); |
nothing calls this directly
no test coverage detected