| 261 | } |
| 262 | |
| 263 | int run_post_raw_processing_cb(int type, str* data, struct sip_msg* msg) |
| 264 | { |
| 265 | return run_raw_processing_cb(type, data, msg, post_processing_cb_list); |
| 266 | } |
| 267 | |
| 268 | int run_raw_processing_cb(int type, str *data, struct sip_msg* msg, struct raw_processing_cb_list* list) |
| 269 | { |
no test coverage detected