From 06bea8ae54dd3cd714b231b3d8a8deef77136613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Thu, 10 Jun 2021 13:01:01 +0800 Subject: The client now takes an "on success" callback argument --- icclient/catalog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'icclient/catalog.h') diff --git a/icclient/catalog.h b/icclient/catalog.h index ee65c1e..677d691 100644 --- a/icclient/catalog.h +++ b/icclient/catalog.h @@ -10,10 +10,11 @@ struct icclient_catalog { extern "C" { #endif + void icclient_catalog_init(); void icclient_catalog_free(struct icclient_catalog *catalog); #ifdef __cplusplus } #endif -#endif // ICCLIENT_CATALOG_H +#endif -- cgit v1.2.3