diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-17 17:09:45 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-17 17:09:45 +0800 |
| commit | 28dd96a0da198e3919b9e874773c57cb56a40157 (patch) | |
| tree | b8ad329c5b17893986dbbe5dc6f37e662bc897b2 /login.c | |
| parent | 54079689a77536bf43a76b851a7a82f3ce884254 (diff) | |
success, fail, and next page parameters aren't used for now
Diffstat (limited to 'login.c')
| -rw-r--r-- | login.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ #include "login.h" -extern inline void login(const char *, const char *, const char *, const char *, - const char *, const char *, const char *, void (*)(icclient_fetch_t *), void *); +extern inline void login(const char *, const char *, const char *, const char *, void (*)(icclient_fetch_t *), void *); |