| 183 | static void *tmcb_extra2 = NULL; |
| 184 | |
| 185 | void set_extra_tmcb_params(void *extra1, void *extra2) |
| 186 | { |
| 187 | tmcb_extra1 = extra1; |
| 188 | tmcb_extra2 = extra2; |
| 189 | } |
| 190 | |
| 191 | static void run_any_trans_callbacks(struct tmcb_head_list *list, unsigned int type, |
| 192 | struct cell *trans, struct sip_msg *req, struct sip_msg *rpl, int code) |
no outgoing calls
no test coverage detected