summaryrefslogtreecommitdiff
path: root/qicclient/client.hxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-11-04 19:17:53 +0700
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-11-04 19:17:53 +0700
commitd7b7252da7f110d8903250c83109cd73e6b2de34 (patch)
tree8d244596c03733d8d33f5dfe9f35d0cb0458436e /qicclient/client.hxx
parent29857eef59c6a7bd6958743c83c05932678f2855 (diff)
order function takes a pointer to order argument
Diffstat (limited to 'qicclient/client.hxx')
-rw-r--r--qicclient/client.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/qicclient/client.hxx b/qicclient/client.hxx
index 470018a..893e47b 100644
--- a/qicclient/client.hxx
+++ b/qicclient/client.hxx
@@ -19,7 +19,8 @@ namespace ICClient {
void allProducts(size_t (*handler)(void* contents
, size_t size, size_t nmemb
, void* userdata));
- void order(QString const& sku, icclient_catalog* catalog);
+ void order(icclient_ord_order** orderPtr, QString const& sku
+ , icclient_catalog* catalog);
public slots:
/*