add missing prototype for uclient_backend_set_error
[project/uclient.git] / uclient-backend.h
index 47de675eff462e185c2e7f478590b9f87f153d12..abbfbc683bd1e7ff2168c53eaaf45aa58648ebb2 100644 (file)
@@ -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);