summaryrefslogtreecommitdiff
path: root/interchange.c
diff options
context:
space:
mode:
Diffstat (limited to 'interchange.c')
-rw-r--r--interchange.c3
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);
}