summaryrefslogtreecommitdiff
path: root/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'token.h')
-rw-r--r--token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/token.h b/token.h
index c0c1f82..40f600e 100644
--- a/token.h
+++ b/token.h
@@ -1,6 +1,6 @@
#include <json.h>
-static inline void token_parse(const char *tok, struct session *session)
+static inline void token_parse(const char *tok, struct shopify_session *session)
{
json_tokener *tokener = json_tokener_new();
json_object *obj = json_tokener_parse_ex(tokener, tok, strlen(tok));