summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h4
1 files changed, 2 insertions, 2 deletions
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;
+};