| 234 | } |
| 235 | |
| 236 | void run_new_local_callbacks(struct cell *trans, struct sip_msg *req, int code) |
| 237 | { |
| 238 | run_any_trans_callbacks(new_tran_tmcb_hl, TMCB_LOCAL_TRANS_NEW, trans, req, NULL, code); |
| 239 | } |
| 240 | |
| 241 | void run_reqin_callbacks(struct cell *trans, struct sip_msg *req, int code) |
| 242 | { |
no test coverage detected