diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-20 14:35:03 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-20 14:35:03 +0800 |
commit | ae8b69f7c43b5878cafd0f58440de0d8c7a1d0f9 (patch) | |
tree | 9d32a0150d1505507934ae602d6814817f75269e /shopify.c | |
parent | b6ef4e086a5305bd78fd9dc45b14ad56fc33e53a (diff) |
Tidy up a bit
Diffstat (limited to 'shopify.c')
-rw-r--r-- | shopify.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -57,8 +57,8 @@ extern inline void request_graphql(const char *, const struct shopify_session *, char **); 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); +extern inline bool sessiontoken_isvalid(const char *, const char *, + const char *, const char *); struct parameter { char *key; |