From ae8b69f7c43b5878cafd0f58440de0d8c7a1d0f9 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: Tue, 20 Sep 2022 14:35:03 +0800 Subject: Tidy up a bit --- shopify.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shopify.c b/shopify.c index d7f4e09..e08705c 100644 --- a/shopify.c +++ b/shopify.c @@ -57,8 +57,8 @@ extern inline void request_graphql(const char *, const struct shopify_session *, char **); extern inline void request_cleanup(); extern inline void accesstoken_parse(const char *, struct shopify_session *); -extern inline bool sessiontoken_isvalid(const char *token, const char *key, - const char *secret_key, const char *shop); +extern inline bool sessiontoken_isvalid(const char *, const char *, + const char *, const char *); struct parameter { char *key; -- cgit v1.2.3