From 0dc0263dbddd8ec876a9b4e6beecfdf98eadeb94 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: Mon, 14 Jun 2021 16:36:28 +0800 Subject: Change some functions to static --- login.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'login.h') diff --git a/login.h b/login.h index 9ef34f2..e49643d 100644 --- a/login.h +++ b/login.h @@ -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, { -- cgit v1.2.3