summaryrefslogtreecommitdiff
path: root/login.h
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-25 10:20:12 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-25 10:20:12 +0800
commit7f934ce683df5252fa6350dcc15e187b1c7623cf (patch)
treef600fc0cdfc9f4397580e44044468858167d0aa9 /login.h
parenta606c79d52d2027afaafd424a25fa6a4598aa8d7 (diff)
Rename remaining icclient to interchange
Diffstat (limited to 'login.h')
-rw-r--r--login.h6
1 files changed, 3 insertions, 3 deletions
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 },