diff options
Diffstat (limited to 'icclient/catalog.h')
-rw-r--r-- | icclient/catalog.h | 3 |
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 |