| 664 | */ |
| 665 | |
| 666 | http_addr_t * /* O - Connected address or @code NULL@ */ |
| 667 | httpGetAddress(http_t *http) /* I - HTTP connection */ |
| 668 | { |
| 669 | if (http) |
| 670 | return (http->hostaddr); |
| 671 | else |
| 672 | return (NULL); |
| 673 | } |
| 674 | |
| 675 | |
| 676 | /* |
no outgoing calls
no test coverage detected