diff options
Diffstat (limited to 'icclient/client.h')
-rw-r--r-- | icclient/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/icclient/client.h b/icclient/client.h index e49af36..db38926 100644 --- a/icclient/client.h +++ b/icclient/client.h @@ -3,6 +3,7 @@ struct icclient_product; struct icclient_catalog; +struct icclient_ord_order; #ifdef __cplusplus extern "C" { @@ -12,6 +13,8 @@ extern "C" { void icclient_allproducts(size_t (*handler)(void *contents, size_t size , size_t nmemb, void *userdata) , struct icclient_catalog **catalogptr); + void icclient_order(struct icclient_ord_order **orderptr, const char *sku + , struct icclient_catalog *catalog); void icclient_newaccount(const char *username, const char *password , const char *verify, const char *successpage , const char *nextpage, const char *failpage); |