summaryrefslogtreecommitdiff
path: root/interchange/ord.h
diff options
context:
space:
mode:
Diffstat (limited to 'interchange/ord.h')
-rw-r--r--interchange/ord.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/interchange/ord.h b/interchange/ord.h
index e31006e..56bd648 100644
--- a/interchange/ord.h
+++ b/interchange/ord.h
@@ -33,10 +33,11 @@ extern "C" {
* \param sku The product or variant SKU of the item to order.
* \param item The product SKU of the item to order.
* \param quantity The quantity of the item to order.
+ * \param options Any additional pairs of custom options.
* \param parser Function for parsing the formatted response.
*/
void interchange_ord_order(const char *sku, const char *item,
- const unsigned int quantity,
+ const unsigned int quantity, const char *options[][2],
void (*parser)(interchange_response *));
/*!