summaryrefslogtreecommitdiff
path: root/uclient.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-17 13:39:23 +0100
committerFelix Fietkau <nbd@openwrt.org>2016-01-17 13:39:23 +0100
commit1f7c964d0634478dd0cf79f71d5bd4dcb2c5f37c (patch)
tree880c7046a7b987cdf5ccf80554fb391e212d3842 /uclient.c
parent8e6590cb48c611f480a5817d0cd5c7d7e6c5794d (diff)
downloaduclient-1f7c964d0634478dd0cf79f71d5bd4dcb2c5f37c.tar.gz
core: make __uclient_get_url static
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'uclient.c')
-rw-r--r--uclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uclient.c b/uclient.c
index 73fe662..612dbc1 100644
--- a/uclient.c
+++ b/uclient.c
@@ -46,7 +46,7 @@ char *uclient_get_addr(char *dest, int *port, union uclient_addr *a)
return dest;
}
-struct uclient_url __hidden *
+static struct uclient_url *
__uclient_get_url(const struct uclient_backend *backend,
const char *host, int host_len,
const char *location, const char *auth_str)