diff options
Diffstat (limited to 'shopify.h')
| -rw-r--r-- | shopify.h | 10 | 
1 files changed, 5 insertions, 5 deletions
| @@ -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 |