summaryrefslogtreecommitdiff
path: root/icclient/client.h
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-07-11 21:19:23 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-07-11 21:19:23 +0800
commitf2cdda353b0da0ec19679ac8753fbe2d17471fd9 (patch)
tree8c5bcc98a1b41481c4d249043b0246d935f24e39 /icclient/client.h
parentc0fba9db9290fb30884b9c4f8d847212164e3b50 (diff)
Revert prodgroup to prod_group
Diffstat (limited to 'icclient/client.h')
-rw-r--r--icclient/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/icclient/client.h b/icclient/client.h
index 60c60d4..02e0bfa 100644
--- a/icclient/client.h
+++ b/icclient/client.h
@@ -18,11 +18,11 @@ extern "C" {
/*!
* \brief For fetching data about products that belong a specific group.
- * \param prodgroup The name of the product group.
+ * \param prod_group The name of the product group.
* \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_results(const char *prodgroup,
+ void icclient_results(const char *prod_group,
size_t (*handler)(void *, size_t, size_t, void *),
struct icclient_catalog **catalogptr);