| 900 | } |
| 901 | |
| 902 | static int w_setport(struct sip_msg *msg, str *port) |
| 903 | { |
| 904 | return rewrite_ruri(msg, port, 0, RW_RURI_PORT) ? -1 : 1; |
| 905 | } |
| 906 | |
| 907 | static int w_seturi(struct sip_msg *msg, str *uri) |
| 908 | { |
nothing calls this directly
no test coverage detected