From 4cc4f351bfd20e15150fbe4e5506b6db31413942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Tue, 14 Mar 2023 11:07:12 +0800 Subject: Back to page --- interchange.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'interchange.h') diff --git a/interchange.h b/interchange.h index 134865d..ff2c9c4 100644 --- a/interchange.h +++ b/interchange.h @@ -52,8 +52,7 @@ void interchange_init(const char *sampleurl, const char *image_dir, * \param path The path. * \param parser Function for parsing the formatted response. */ -void interchange_flypage(const char *path, - void (*parser)(interchange_response *)); +void interchange_page(const char *path, void (*parser)(interchange_response *)); /*! * \brief For fetching data about products that belong a specific group. -- cgit v1.2.3