summaryrefslogtreecommitdiff
path: root/icclient
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-01-09 22:28:54 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-01-09 22:28:54 +0800
commit69fa1dd702b28c95b7e0460600f4e1150b94da89 (patch)
tree0549e1734291da312beab6d8b0e52469b6f9baf5 /icclient
parente838766efbb79d6d9e7ccfb6bfe374c7d3673c63 (diff)
Correct All-Products catalog pointer documentation
Diffstat (limited to 'icclient')
-rw-r--r--icclient/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/icclient/client.h b/icclient/client.h
index cd3769e..f88c4cd 100644
--- a/icclient/client.h
+++ b/icclient/client.h
@@ -21,7 +21,7 @@ extern "C" {
/*!
* \brief For fetching data about all active products.
* \param handler A pointer to a cURL write function callback.
- * \param catalogptr A pointer to the catalog to store the data.
+ * \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)