From 0a2cf4390bef3b449b7cfa02c2c71e120c072be1 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 09:56:12 +0800 Subject: Flypage is the right term all this time --- interchange.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'interchange.c') diff --git a/interchange.c b/interchange.c index d2a3217..e96c99b 100644 --- a/interchange.c +++ b/interchange.c @@ -43,9 +43,10 @@ void interchange_init(const char *url, const char *dir, const char *cookie, #endif } -void interchange_page(const char *path, void (*handler)(interchange_response *)) +void interchange_flypage(const char *path, + void (*parser)(interchange_response *)) { - request(handler, NULL, NULL, "%s", path); + request(parser, NULL, NULL, "%s", path); } void interchange_catalog(const char *prod_group, void (*handler)(interchange_response *), void (*callback)(struct interchange_catalog *)) -- cgit v1.2.3