summaryrefslogtreecommitdiff
path: root/uclient.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-23 01:01:40 +0100
committerFelix Fietkau <nbd@openwrt.org>2014-03-23 01:01:40 +0100
commit99e8d306d0cb552f85c44c0571cf5b6f9e8249c7 (patch)
treef82492cf6b40db613943ae941d091a1d76c4ee13 /uclient.c
parent8102f4c0c3923aecd078c1bd15f6b1156b4f5f4d (diff)
downloaduclient-99e8d306d0cb552f85c44c0571cf5b6f9e8249c7.tar.gz
fix positioning of the __hidden attribute
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 e7213a1..f5e9c51 100644
--- a/uclient.c
+++ b/uclient.c
@@ -3,7 +3,7 @@
#include "uclient-utils.h"
#include "uclient-backend.h"
-struct uclient_url * __hidden
+struct uclient_url __hidden *
uclient_get_url(const char *url_str, const char *auth_str)
{
static const struct uclient_backend *backends[] = {