mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 11:00:27 +03:00
make http_open static
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user