summaryrefslogtreecommitdiff
path: root/icclient/ord.h
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-06 18:23:44 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-06 18:23:44 +0800
commitfc555594c636e87ffe2384e6b5240cfa934c6cf4 (patch)
tree47d75d9b701e1182c5c882628e8349a01416d2a5 /icclient/ord.h
parentc2c89d376b0d80299ad0fe8228ecef4279557160 (diff)
Order function
Diffstat (limited to 'icclient/ord.h')
-rw-r--r--icclient/ord.h4
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[];
};