diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-20 14:34:09 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-20 14:34:09 +0800 |
commit | b6ef4e086a5305bd78fd9dc45b14ad56fc33e53a (patch) | |
tree | 3a8c8842063523ee3acb664460087974192b4a04 /shopify.c | |
parent | 69d5f27bff226c10789a41a7ec6a1b36d2052322 (diff) |
Tidy up a bit
Diffstat (limited to 'shopify.c')
-rw-r--r-- | shopify.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ 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); + struct parameter { char *key; char *val; |