summaryrefslogtreecommitdiff
path: root/interchange
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-08 17:58:59 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-08 17:58:59 +0800
commitc4244b7286dc0b0ac5ba8e0d5ad425a250c68892 (patch)
tree91cf2b011608073b5391bc811aa72921068b0d65 /interchange
parent1f24bef71ff1087fab2bffb156314213f42ac962 (diff)
Interface for setting login next page
Diffstat (limited to 'interchange')
-rw-r--r--interchange/admin.h3
-rw-r--r--interchange/member.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/interchange/admin.h b/interchange/admin.h
index 50a0957..d50a1e4 100644
--- a/interchange/admin.h
+++ b/interchange/admin.h
@@ -22,7 +22,8 @@ extern "C" {
#endif
void interchange_admin_login(const char *username, const char *password,
- const char *failpage, void (*handler)(interchange_response *),
+ const char *nextpage, const char *failpage,
+ void (*handler)(interchange_response *),
void (*callback)(struct interchange_admin *));
void interchange_admin_new_admin(const char *username, const char *password, const char *name, bool super,
enum interchange_admin_group group, void (*handler)(interchange_response *));
diff --git a/interchange/member.h b/interchange/member.h
index 0611861..e18b752 100644
--- a/interchange/member.h
+++ b/interchange/member.h
@@ -68,7 +68,8 @@ void interchange_member_newaccount(const char *username, const char *password,
void (*handler)(interchange_response *),
void (*callback)(struct interchange_member *));
void interchange_member_login(const char *username, const char *password,
- const char *failpage, void (*handler)(interchange_response *),
+ const char *nextpage, const char *failpage,
+ void (*handler)(interchange_response *),
void (*callback)(struct interchange_member *));
/*!