diff options
Diffstat (limited to 'shopify.h')
| -rw-r--r-- | shopify.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ struct shopify_api { struct shopify_carrierservice { char *url; + char *name; char *(*rates)(const char *, const char *, long, const struct shopify_session *); }; |