diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-14 11:07:12 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-14 11:07:12 +0800 |
commit | 4cc4f351bfd20e15150fbe4e5506b6db31413942 (patch) | |
tree | 0ac85a5546d26f43ec2170a36a9ca7ec108a164a /interchange.h | |
parent | 0a2cf4390bef3b449b7cfa02c2c71e120c072be1 (diff) |
Back to page
Diffstat (limited to 'interchange.h')
-rw-r--r-- | interchange.h | 3 |
1 files changed, 1 insertions, 2 deletions
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. |