From b6ef4e086a5305bd78fd9dc45b14ad56fc33e53a 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:34:09 +0800 Subject: Tidy up a bit --- shopify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/shopify.c b/shopify.c index 2e62a03..d7f4e09 100644 --- a/shopify.c +++ b/shopify.c @@ -59,6 +59,7 @@ 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); + struct parameter { char *key; char *val; -- cgit v1.2.3