diff options
Diffstat (limited to 'icclient/ord.h')
-rw-r--r-- | icclient/ord.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/icclient/ord.h b/icclient/ord.h index 0cd0e75..5632ffe 100644 --- a/icclient/ord.h +++ b/icclient/ord.h @@ -7,7 +7,9 @@ struct icclient_ord_item { }; struct icclient_ord_order { - double subtotal, shipping, total_cost; + double subtotal; + double shipping; + double total_cost; size_t nitems; struct icclient_ord_item *items[]; }; |