summaryrefslogtreecommitdiff
path: root/interchange
diff options
context:
space:
mode:
Diffstat (limited to 'interchange')
-rw-r--r--interchange/member.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interchange/member.h b/interchange/member.h
index a8d5262..e4aad8d 100644
--- a/interchange/member.h
+++ b/interchange/member.h
@@ -64,7 +64,7 @@ extern "C" {
#endif
void interchange_member_newaccount(const char *username, const char *password,
- const char *verify, const char *failpage,
+ const char *verify, const char *nextpage, const char *failpage,
void (*handler)(interchange_response *),
void (*callback)(struct interchange_member *));
void interchange_member_login(const char *username, const char *password,