summaryrefslogtreecommitdiff
path: root/shopify.h
diff options
context:
space:
mode:
Diffstat (limited to 'shopify.h')
-rw-r--r--shopify.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/shopify.h b/shopify.h
index 247bc1c..0c6f4e7 100644
--- a/shopify.h
+++ b/shopify.h
@@ -17,11 +17,11 @@ void shopify_init();
bool shopify_valid(struct MHD_Connection *conn, const char *url,
const char *redir_url, const char *key,
struct shopify_param *params[]);
-enum MHD_Result shopify_respond(struct shopify_param params[], const char *url,
- const char *redir_url, const char *app_url, const char *app_id,
- const char *key, const char *secret_key, const char *toml_path,
- const char *html_path, struct MHD_Connection *conn,
- struct MHD_Response **resp);
+enum MHD_Result shopify_respond(const struct shopify_param params[],
+ const char *url, const char *redir_url, const char *app_url,
+ const char *app_id, const char *key, const char *secret_key,
+ const char *toml_path, const char *html_path,
+ struct MHD_Connection *conn, struct MHD_Response **resp);
void shopify_cleanup();
#ifdef __cplusplus