summaryrefslogtreecommitdiff
path: root/icclient/ord.h
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-07-11 11:48:19 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-07-11 11:48:19 +0800
commitc0fba9db9290fb30884b9c4f8d847212164e3b50 (patch)
treea3a1124b200840ea28ec1b475c8cd305bd47af82 /icclient/ord.h
parent1a1f3c047d36dd59958d3dba6e4fa690d2178fec (diff)
Move order function to ord namespace
Diffstat (limited to 'icclient/ord.h')
-rw-r--r--icclient/ord.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/icclient/ord.h b/icclient/ord.h
index 638880a..5195e81 100644
--- a/icclient/ord.h
+++ b/icclient/ord.h
@@ -19,6 +19,14 @@ extern "C" {
#endif
void icclient_ord_init(struct icclient_ord_order *order);
+ /*!
+ * \brief For putting an item to a cart.
+ * \param sku The SKU of the item to order.
+ * \param catalog A pointer to the catalog from which the item is.
+ * \param orderptr A pointer to pointer to the order.
+ */
+ void icclient_ord_order(const char *sku, const struct icclient_catalog *catalog,
+ struct icclient_ord_order **orderptr);
void icclient_ord_free(struct icclient_ord_order *order);
#ifdef __cplusplus