diff options
Diffstat (limited to 'interchange.h')
| -rw-r--r-- | interchange.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interchange.h b/interchange.h index 2c7be52..957b510 100644 --- a/interchange.h +++ b/interchange.h @@ -14,6 +14,7 @@ struct interchange_product { char *prod_group; char *category; double weight; + char *option_type; char *author; struct interchange_product_crosssell { size_t length; |