summaryrefslogtreecommitdiff
path: root/uclient-backend.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-22 18:31:41 +0100
committerFelix Fietkau <nbd@openwrt.org>2014-03-22 18:31:51 +0100
commit95fa6036384f116a2cc1e9f1298bea57ef81d611 (patch)
treed43ce8212b44f99f75cc1ff13286765331844517 /uclient-backend.h
parentdbd61a7a6d5b61ba24d73f56e97b4d56baedffaf (diff)
downloaduclient-95fa6036384f116a2cc1e9f1298bea57ef81d611.tar.gz
make uclient_backend_http visible to allow the client to test for it
the struct is still opaque, it is only used for pointer tests Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'uclient-backend.h')
-rw-r--r--uclient-backend.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/uclient-backend.h b/uclient-backend.h
index 5022715..47de675 100644
--- a/uclient-backend.h
+++ b/uclient-backend.h
@@ -28,7 +28,6 @@ struct uclient_url {
const char *auth;
};
-extern const struct uclient_backend uclient_backend_http;
void uclient_backend_set_eof(struct uclient *cl);
void uclient_backend_reset_state(struct uclient *cl);