| 925 | } |
| 926 | |
| 927 | static int w_strip_tail(struct sip_msg *msg, int *nchars) |
| 928 | { |
| 929 | return rewrite_ruri(msg, 0, *nchars, RW_RURI_STRIP_TAIL) ? -1 : 1; |
| 930 | } |
| 931 | |
| 932 | static int w_append_branch_old(struct sip_msg *msg, str *uri, int *qvalue) |
| 933 | { |
nothing calls this directly
no test coverage detected