summaryrefslogtreecommitdiff
path: root/login.h
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-17 22:12:36 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-17 22:12:36 +0800
commit4aef78b56e9ee5f51ce80171288242c8881842f0 (patch)
tree9ab4c915bc5bdadd05adfe6693f497bf23c7b299 /login.h
parent71e1c7fc557e68743c4a8028b2d6675639be16cc (diff)
Rename fetch to response
Diffstat (limited to 'login.h')
-rw-r--r--login.h2
1 files changed, 1 insertions, 1 deletions
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 },