From 7f934ce683df5252fa6350dcc15e187b1c7623cf 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: Sun, 25 Sep 2022 10:20:12 +0800 Subject: Rename remaining icclient to interchange --- login.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'login.h') diff --git a/login.h b/login.h index dc0bc63..37d9066 100644 --- a/login.h +++ b/login.h @@ -1,10 +1,10 @@ -#ifndef ICCLIENT_LOGIN_H -#define ICCLIENT_LOGIN_H +#ifndef INTERCHANGE_LOGIN_H +#define INTERCHANGE_LOGIN_H #include "request.h" static inline void login(const char *username, const char *password, const char *verify, const char *click, - void (*handler)(icclient_response *), void (*callback)(void *)) + void (*handler)(interchange_response *), void (*callback)(void *)) { request(handler, callback, &(struct body){ 4, { { "mv_username", username }, -- cgit v1.2.3