From 501e2953bcc45f80f8014fa11a98239a46348255 Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Fri, 19 Jun 2020 15:21:50 +0800 Subject: Minor change --- icclient/client.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'icclient') 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. -- cgit v1.3