david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

make http_open static

This commit is contained in:
Holger Lubitz 2007-07-27 21:59:09 +02:00
parent 5ec4e2ad50
commit e6cfa7ced9
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ static struct xfer_interface_operations http_xfer_operations = {
* @v uri Uniform Resource Identifier
* @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 sockaddr_tcpip server;
int rc;