Browse Source

make http_open static

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
e6cfa7ced9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/net/tcp/http.c

+ 1
- 1
src/net/tcp/http.c View File

@@ -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;

Loading…
Cancel
Save