diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-19 15:21:50 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-19 15:21:50 +0800 |
commit | 501e2953bcc45f80f8014fa11a98239a46348255 (patch) | |
tree | d137a00de982a06f13b8e8b96f10cc8e7573e6d8 /icclient/client.h | |
parent | 844c85dcb6115d2bc14caae60c162a063ee402e5 (diff) |
Minor change
Diffstat (limited to 'icclient/client.h')
-rw-r--r-- | icclient/client.h | 6 |
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. |