| 204 | } |
| 205 | |
| 206 | int exec_parse_err_cb( struct sip_msg *msg) |
| 207 | { |
| 208 | return exec_post_cb( msg, parse_err_cb); |
| 209 | } |
| 210 | |
| 211 | static inline int insert_raw_processing_cb(raw_processing_func f, int type, struct raw_processing_cb_list* list, char freeable) |
| 212 | { |
no test coverage detected