summaryrefslogtreecommitdiff
path: root/uclient.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-22 19:29:12 +0100
committerFelix Fietkau <nbd@openwrt.org>2014-03-22 19:29:12 +0100
commit0e5604d1d1abf7b6fd82d95da31c7718925e11fc (patch)
treece1b907955dbc54b73ba0863b4c914019c70fc85 /uclient.c
parent95fa6036384f116a2cc1e9f1298bea57ef81d611 (diff)
downloaduclient-0e5604d1d1abf7b6fd82d95da31c7718925e11fc.tar.gz
add missing prototype for uclient_backend_set_error
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 4125dc2..9453365 100644
--- a/uclient.c
+++ b/uclient.c
@@ -184,7 +184,7 @@ static void uclient_backend_change_state(struct uclient *cl)
uloop_timeout_set(&cl->timeout, 1);
}
-void uclient_backend_set_error(struct uclient *cl)
+void __hidden uclient_backend_set_error(struct uclient *cl)
{
if (cl->error)
return;