mirror of https://github.com/ipxe/ipxe.git
make http_open static
parent
5ec4e2ad50
commit
e6cfa7ced9
|
@ -465,7 +465,7 @@ static struct xfer_interface_operations http_xfer_operations = {
|
||||||
* @v uri Uniform Resource Identifier
|
* @v uri Uniform Resource Identifier
|
||||||
* @ret rc Return status code
|
* @ret rc Return status code
|
||||||
*/
|
*/
|
||||||
int http_open ( struct xfer_interface *xfer, struct uri *uri ) {
|
static int http_open ( struct xfer_interface *xfer, struct uri *uri ) {
|
||||||
struct http_request *http;
|
struct http_request *http;
|
||||||
struct sockaddr_tcpip server;
|
struct sockaddr_tcpip server;
|
||||||
int rc;
|
int rc;
|
||||||
|
|
Loading…
Reference in New Issue