diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-13 08:19:24 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-13 08:19:24 +0800 |
commit | ddeb72bd001a0486d11c76bda995bebedf85f509 (patch) | |
tree | 987c60dec41220ebe2adbbf6713aab3d746423d4 /icclient.h | |
parent | 294b1faf5509e1eda8c80bb42749336e76f96e03 (diff) |
Revert "Rename page to path"
This reverts commit 294b1faf5509e1eda8c80bb42749336e76f96e03.
Generic path can't be here, but page can.
Diffstat (limited to 'icclient.h')
-rw-r--r-- | icclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ void icclient_catalog(const char *prod_group, void (*handler)(icclient_response */ void icclient_product(const char *sku, void (*handler)(icclient_response *), void (*callback)(struct icclient_product *)); -void icclient_path(const char *path, void (*handler)(icclient_response *)); +void icclient_page(const char *path, void (*handler)(icclient_response *)); void icclient_free_product(struct icclient_product *product); |