summaryrefslogtreecommitdiff
path: root/icclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'icclient.h')
-rw-r--r--icclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/icclient.h b/icclient.h
index b962a24..ddbca9f 100644
--- a/icclient.h
+++ b/icclient.h
@@ -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_page(const char *path, void (*handler)(icclient_response *));
+void icclient_path(const char *path, void (*handler)(icclient_response *));
void icclient_free_product(struct icclient_product *product);