diff options
Diffstat (limited to 'icclient/product.h')
-rw-r--r-- | icclient/product.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icclient/product.h b/icclient/product.h index 51efa46..ac41bc7 100644 --- a/icclient/product.h +++ b/icclient/product.h @@ -1,7 +1,7 @@ #ifndef ICCLIENT_PRODUCT_H #define ICCLIENT_PRODUCT_H -struct icclient_product_cross_sell { +struct icclient_product_crosssell { size_t length; char *skus[]; }; @@ -16,7 +16,7 @@ struct icclient_product { char *prod_group; double weight; char *author; - struct icclient_product_cross_sell *cross_sell; + struct icclient_product_crosssell *crosssell; }; #endif // ICCLIENT_PRODUCT_H |