| 228 | } |
| 229 | |
| 230 | void run_trans_callbacks( int type , struct cell *trans, |
| 231 | struct sip_msg *req, struct sip_msg *rpl, int code ) |
| 232 | { |
| 233 | run_any_trans_callbacks(&trans->tmcb_hl, type, trans, req, rpl, code); |
| 234 | } |
| 235 | |
| 236 | void run_new_local_callbacks(struct cell *trans, struct sip_msg *req, int code) |
| 237 | { |
no test coverage detected