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