summaryrefslogtreecommitdiff
path: root/uclient-http.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-22 18:31:41 +0100
committerFelix Fietkau <nbd@openwrt.org>2014-03-22 18:31:51 +0100
commit95fa6036384f116a2cc1e9f1298bea57ef81d611 (patch)
treed43ce8212b44f99f75cc1ff13286765331844517 /uclient-http.c
parentdbd61a7a6d5b61ba24d73f56e97b4d56baedffaf (diff)
downloaduclient-95fa6036384f116a2cc1e9f1298bea57ef81d611.tar.gz
make uclient_backend_http visible to allow the client to test for it
the struct is still opaque, it is only used for pointer tests Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'uclient-http.c')
-rw-r--r--uclient-http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uclient-http.c b/uclient-http.c
index ef44a40..b6f28e1 100644
--- a/uclient-http.c
+++ b/uclient-http.c
@@ -850,7 +850,7 @@ uclient_http_read(struct uclient *cl, char *buf, unsigned int len)
return len;
}
-const struct uclient_backend uclient_backend_http __hidden = {
+const struct uclient_backend uclient_backend_http = {
.prefix = uclient_http_prefix,
.alloc = uclient_http_alloc,