diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-14 16:36:28 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-14 16:36:28 +0800 |
| commit | 0dc0263dbddd8ec876a9b4e6beecfdf98eadeb94 (patch) | |
| tree | 2d1052e38380688499ff30ba70c6189dc1ee4e44 /login.h | |
| parent | 30b0559e9e434ff2dafe7946e70161bbacf2ab02 (diff) | |
Change some functions to static
Diffstat (limited to 'login.h')
| -rw-r--r-- | login.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ #include "request.h" -inline void login(const char *username, const char *password, const char *verify, const char *click, +static inline void login(const char *username, const char *password, const char *verify, const char *click, const char *successpage, const char *nextpage, const char *failpage, void (*handler)(icclient_fetch_t *), void *user) { request(handler, user, &(struct body){ 7, { |