| 915 | } |
| 916 | |
| 917 | static int w_prefix(struct sip_msg *msg, str *prefix) |
| 918 | { |
| 919 | return rewrite_ruri(msg, prefix, 0, RW_RURI_PREFIX) ? -1 : 1; |
| 920 | } |
| 921 | |
| 922 | static int w_strip(struct sip_msg *msg, int *nchars) |
| 923 | { |
nothing calls this directly
no test coverage detected