diff options
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -static struct session { +struct shopify_session { char *shop; char *nonce; char *token; char *scope; -} *sessions; +}; |