| 880 | } |
| 881 | |
| 882 | static int w_sethost(struct sip_msg *msg, str *host) |
| 883 | { |
| 884 | return rewrite_ruri(msg, host, 0, RW_RURI_HOST) ? -1 : 1; |
| 885 | } |
| 886 | |
| 887 | static int w_sethostport(struct sip_msg *msg, str *hostport) |
| 888 | { |
nothing calls this directly
no test coverage detected