aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tcp/http.c
diff options
context:
space:
mode:
authorHolger Lubitz <hal@duncan.ol.sub.de>2007-07-27 21:59:09 +0200
committerHolger Lubitz <hal@duncan.ol.sub.de>2007-07-27 21:59:09 +0200
commite6cfa7ced96d17acfe745e94066e7f9de7e2716c (patch)
tree80e8252fa01bb2b10ed646c439261eaf753c67fc /src/net/tcp/http.c
parent5ec4e2ad5010923c7793f0be8ddce058f170874c (diff)
downloadipxe-e6cfa7ced96d17acfe745e94066e7f9de7e2716c.tar.gz
make http_open static
Diffstat (limited to 'src/net/tcp/http.c')
-rw-r--r--src/net/tcp/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tcp/http.c b/src/net/tcp/http.c
index 88958af5..9c243681 100644
--- a/src/net/tcp/http.c
+++ b/src/net/tcp/http.c
@@ -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;