| 256 | |
| 257 | |
| 258 | int run_pre_raw_processing_cb(int type, str* data, struct sip_msg* msg) |
| 259 | { |
| 260 | return run_raw_processing_cb(type, data, msg, pre_processing_cb_list); |
| 261 | } |
| 262 | |
| 263 | int run_post_raw_processing_cb(int type, str* data, struct sip_msg* msg) |
| 264 | { |
no test coverage detected