Signed-off-by: Felix Fietkau <nbd@openwrt.org>
int (*write)(struct uclient *cl, char *buf, unsigned int len);
};
-struct uclient_url {
- const struct uclient_backend *backend;
- int prefix;
-
- const char *host;
- const char *port;
- const char *location;
-
- const char *auth;
-};
-
void uclient_backend_set_error(struct uclient *cl, int code);
void uclient_backend_set_eof(struct uclient *cl);
void uclient_backend_reset_state(struct uclient *cl);
struct sockaddr_in6 sin6;
};
+struct uclient_url {
+ const struct uclient_backend *backend;
+ int prefix;
+
+ const char *host;
+ const char *port;
+ const char *location;
+
+ const char *auth;
+};
+
struct uclient {
const struct uclient_backend *backend;
const struct uclient_cb *cb;