summaryrefslogtreecommitdiff
path: root/interchange/ord.h
diff options
context:
space:
mode:
Diffstat (limited to 'interchange/ord.h')
-rw-r--r--interchange/ord.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/interchange/ord.h b/interchange/ord.h
index ce6bb65..2202243 100644
--- a/interchange/ord.h
+++ b/interchange/ord.h
@@ -30,14 +30,10 @@ extern "C" {
/*!
* \brief For putting an item to a cart.
* \param sku The SKU of the item to order.
- * \param catalog The catalog from which the item is.
- * \param order The address of an order instance.
* \param handler A pointer to the function when a custom handler is needed to
* arrange the data into the order.
*/
void interchange_ord_order(const char *sku,
- const struct interchange_catalog *catalog,
- struct interchange_ord_order **order,
void (*handler)(interchange_response *));
/*!