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.c | |
| parent | 0a2cf4390bef3b449b7cfa02c2c71e120c072be1 (diff) | |
Back to page
Diffstat (limited to 'interchange.c')
| -rw-r--r-- | interchange.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/interchange.c b/interchange.c index e96c99b..11ab9fc 100644 --- a/interchange.c +++ b/interchange.c @@ -43,8 +43,7 @@ void interchange_init(const char *url, const char *dir, const char *cookie, #endif } -void interchange_flypage(const char *path, - void (*parser)(interchange_response *)) +void interchange_page(const char *path, void (*parser)(interchange_response *)) { request(parser, NULL, NULL, "%s", path); } |