diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-04 22:25:25 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-04 22:25:25 +0800 |
commit | 7c2232c3af7edf93a6caa71ffc969916b4f88c4a (patch) | |
tree | c648e0eedc4e7c074036d4d8e0f1e8d84426eee4 /icclient | |
parent | cb523761caf60fc847fb666a7405b3b3b18c9550 (diff) |
Rename the catalog free function
and remove unnecessary lines
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 } |