diff options
Diffstat (limited to 'icclient/catalog.h')
-rw-r--r-- | icclient/catalog.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/icclient/catalog.h b/icclient/catalog.h index b38434b..ee65c1e 100644 --- a/icclient/catalog.h +++ b/icclient/catalog.h @@ -6,4 +6,14 @@ struct icclient_catalog { struct icclient_product *products[]; }; +#ifdef __cplusplus +extern "C" { +#endif + + void icclient_catalog_free(struct icclient_catalog *catalog); + +#ifdef __cplusplus +} +#endif + #endif // ICCLIENT_CATALOG_H |