projects
/
project
/
uclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e6590c
)
core: make __uclient_get_url static
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 17 Jan 2016 12:39:23 +0000
(13:39 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 17 Jan 2016 12:39:23 +0000
(13:39 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
uclient.c
patch
|
blob
|
history
diff --git
a/uclient.c
b/uclient.c
index 73fe6627fc1800c40a63d3295a3732ebb45dcfff..612dbc163fdc0ebc7f686de670edeafd5c9f7397 100644
(file)
--- a/
uclient.c
+++ b/
uclient.c
@@
-46,7
+46,7
@@
char *uclient_get_addr(char *dest, int *port, union uclient_addr *a)
return dest;
}
-st
ruct uclient_url __hidden
*
+st
atic struct uclient_url
*
__uclient_get_url(const struct uclient_backend *backend,
const char *host, int host_len,
const char *location, const char *auth_str)