summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icclient/client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/icclient/client.h b/icclient/client.h
index 684e17a..11825d4 100644
--- a/icclient/client.h
+++ b/icclient/client.h
@@ -34,9 +34,9 @@ extern "C" {
* \param handler A pointer to a cURL write function callback.
* \param catalogptr A pointer to pointer to the catalog to store the data.
*/
- void icclient_allproducts(size_t (*handler)(void *contents, size_t size
- , size_t nmemb, void *userdata)
- , struct icclient_catalog **catalogptr);
+ void icclient_allproducts(size_t (*handler)(void *contents, size_t size,
+ size_t nmemb, void *userdata),
+ struct icclient_catalog **catalogptr);
/*!
* \brief For fetching data about a specific product.