summaryrefslogtreecommitdiff
path: root/icclient/catalog.h
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-10 13:01:01 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-10 13:01:01 +0800
commit06bea8ae54dd3cd714b231b3d8a8deef77136613 (patch)
tree2c74bb8708f3a4cd395a0af25f3c7a60e7b139b8 /icclient/catalog.h
parent751d72c5d5c7983e10f0105b95536fc5aac35569 (diff)
The client now takes an "on success" callback argument
Diffstat (limited to 'icclient/catalog.h')
-rw-r--r--icclient/catalog.h3
1 files changed, 2 insertions, 1 deletions
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