summaryrefslogtreecommitdiffstats
path: root/src/proto/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/http.c')
-rw-r--r--src/proto/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/http.c b/src/proto/http.c
index 3264f2ad..07a16921 100644
--- a/src/proto/http.c
+++ b/src/proto/http.c
@@ -166,7 +166,7 @@ static int http ( char *url, struct sockaddr_in *server __unused,
return 1;
}
-static struct protocol http_protocol __protocol = {
+struct protocol http_protocol __protocol = {
.name = "http",
.default_port = 80,
.load = http,