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
  * @v uri		Uniform Resource Identifier
465
  * @v uri		Uniform Resource Identifier
466
  * @ret rc		Return status code
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
 	struct http_request *http;
469
 	struct http_request *http;
470
 	struct sockaddr_tcpip server;
470
 	struct sockaddr_tcpip server;
471
 	int rc;
471
 	int rc;

Loading…
Cancel
Save