From 69fa1dd702b28c95b7e0460600f4e1150b94da89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Thu, 9 Jan 2020 22:28:54 +0800 Subject: Correct All-Products catalog pointer documentation --- icclient/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3