From ae8b69f7c43b5878cafd0f58440de0d8c7a1d0f9 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ 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.3