From f2cdda353b0da0ec19679ac8753fbe2d17471fd9 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: Sat, 11 Jul 2020 21:19:23 +0800 Subject: Revert prodgroup to prod_group --- icclient/client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'icclient/client.h') 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); -- cgit v1.2.3