diff options
Diffstat (limited to 'icclient')
-rw-r--r-- | icclient/product.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icclient/product.h b/icclient/product.h index 6b2b890..0b0e509 100644 --- a/icclient/product.h +++ b/icclient/product.h @@ -15,7 +15,7 @@ struct icclient_catalog { extern "C" { #endif - void icclient_product_freecatalog(struct icclient_catalog *catalog); + void icclient_catalog_free(struct icclient_catalog *catalog); #ifdef __cplusplus } |