diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-21 10:34:26 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-21 10:34:26 +0800 |
| commit | 07560d8d578c8f4a1bd105fb324598474bda7842 (patch) | |
| tree | a03d36ce2f5eb5e1208161a108b0d9c151995529 /shopify.h | |
| parent | a09480e52b741d962d051bb561d3ca1bf10177b9 (diff) | |
Now lib user decides what to pu in index
Diffstat (limited to 'shopify.h')
| -rw-r--r-- | shopify.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,8 @@ extern "C" { void shopify_app(const char *api_key, const char *api_secret_key, const char *app_url, const char *redir_url, const char *app_id, - const char *scopes, const char *index, const char *js_dir, - const struct shopify_api apis[]); + const char *scopes, char *(*html)(const char *host), + const char *js_dir, const struct shopify_api apis[]); void shopify_graphql(const char *query, const struct shopify_session *session, char **json); |