add missing prototype for uclient_backend_set_error
[project/uclient.git] / uclient-backend.h
index 5022715..abbfbc6 100644 (file)
@@ -28,7 +28,7 @@ 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);