From 4aef78b56e9ee5f51ce80171288242c8881842f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Thu, 17 Jun 2021 22:12:36 +0800 Subject: Rename fetch to response --- login.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'login.h') diff --git a/login.h b/login.h index 57d3446..dc0bc63 100644 --- a/login.h +++ b/login.h @@ -4,7 +4,7 @@ #include "request.h" static inline void login(const char *username, const char *password, const char *verify, const char *click, - void (*handler)(icclient_fetch_t *), void (*callback)(void *)) + void (*handler)(icclient_response *), void (*callback)(void *)) { request(handler, callback, &(struct body){ 4, { { "mv_username", username }, -- cgit v1.2.3