| 1012 | } |
| 1013 | |
| 1014 | static int w_remove_msg_branch(struct sip_msg *msg, int *branch) |
| 1015 | { |
| 1016 | return (remove_msg_branch(*branch)==0) ? 1 : -1 ; |
| 1017 | } |
| 1018 | |
| 1019 | static int w_move_msg_branch(struct sip_msg *msg, int *src_idx, |
| 1020 | int *dst_idx, int *keep) |
nothing calls this directly
no test coverage detected