summaryrefslogtreecommitdiff
path: root/uclient-backend.h
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-backend.h
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-backend.h')
-rw-r--r--uclient-backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uclient-backend.h b/uclient-backend.h
index 47de675..abbfbc6 100644
--- a/uclient-backend.h
+++ b/uclient-backend.h
@@ -28,6 +28,7 @@ struct uclient_url {
const char *auth;
};
+void uclient_backend_set_error(struct uclient *cl);
void uclient_backend_set_eof(struct uclient *cl);
void uclient_backend_reset_state(struct uclient *cl);