|
|
@@ -465,7 +465,7 @@ static struct xfer_interface_operations http_xfer_operations = {
|
|
465
|
465
|
* @v uri Uniform Resource Identifier
|
|
466
|
466
|
* @ret rc Return status code
|
|
467
|
467
|
*/
|
|
468
|
|
-int http_open ( struct xfer_interface *xfer, struct uri *uri ) {
|
|
|
468
|
+static int http_open ( struct xfer_interface *xfer, struct uri *uri ) {
|
|
469
|
469
|
struct http_request *http;
|
|
470
|
470
|
struct sockaddr_tcpip server;
|
|
471
|
471
|
int rc;
|