diff options
-rw-r--r-- | interchange/ord.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interchange/ord.h b/interchange/ord.h index 7141e11..8407704 100644 --- a/interchange/ord.h +++ b/interchange/ord.h @@ -6,6 +6,7 @@ struct interchange_ord_item { struct interchange_product product; unsigned int quantity; + char *name; }; struct interchange_ord_order { |