| 978 | }; |
| 979 | |
| 980 | static int fixup_append_mbranch_flags(void** param) |
| 981 | { |
| 982 | return fixup_named_flags(param, append_mbranch_flag_names, NULL, NULL); |
| 983 | } |
| 984 | |
| 985 | |
| 986 | static int w_append_msg_branch(struct sip_msg *msg, str *uri, int *qvalue, |
nothing calls this directly
no test coverage detected