fix positioning of the __hidden attribute
[project/uclient.git] / uclient-backend.h
index 50227155dd45feaa44b9d985a4c705085fd01a99..fdebf2618d0f2ad9361ac8dc85f59b8080a3776d 100644 (file)
@@ -28,8 +28,9 @@ struct uclient_url {
        const char *auth;
 };
 
-extern const struct uclient_backend uclient_backend_http;
+void uclient_backend_set_error(struct uclient *cl);
 void uclient_backend_set_eof(struct uclient *cl);
 void uclient_backend_reset_state(struct uclient *cl);
+struct uclient_url *uclient_get_url(const char *url_str, const char *auth_str);
 
 #endif