From 7a47bb74f8cf5780200126deb010df77f0090a37 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: Sun, 18 Sep 2022 21:14:36 +0800 Subject: Move MHD access handler to the library so the code on the app side is much simpler. Also prepare for accessing the GraphQL Admin API. --- session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'session.h') diff --git a/session.h b/session.h index 9c850bf..e14f976 100644 --- a/session.h +++ b/session.h @@ -1,6 +1,6 @@ -static struct session { +struct shopify_session { char *shop; char *nonce; char *token; char *scope; -} *sessions; +}; -- cgit v1.2.3