diff options
Diffstat (limited to 'icclient/client.h')
-rw-r--r-- | icclient/client.h | 2 |
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) |