From 1f7c964d0634478dd0cf79f71d5bd4dcb2c5f37c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 17 Jan 2016 13:39:23 +0100 Subject: [PATCH] core: make __uclient_get_url static Signed-off-by: Felix Fietkau --- uclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2