| 920 | } |
| 921 | |
| 922 | static int w_strip(struct sip_msg *msg, int *nchars) |
| 923 | { |
| 924 | return rewrite_ruri(msg, 0, *nchars, RW_RURI_STRIP) ? -1 : 1; |
| 925 | } |
| 926 | |
| 927 | static int w_strip_tail(struct sip_msg *msg, int *nchars) |
| 928 | { |
nothing calls this directly
no test coverage detected