| 490 | |
| 491 | |
| 492 | int pv_proxy_authorize(struct sip_msg* msg, str* realm) |
| 493 | { |
| 494 | return pv_authorize(msg, realm, HDR_PROXYAUTH_T); |
| 495 | } |
| 496 | |
| 497 | |
| 498 | int pv_www_authorize(struct sip_msg* msg, str* realm) |
nothing calls this directly
no test coverage detected