summaryrefslogtreecommitdiff
path: root/interchange/admin.h
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-18 10:03:47 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-18 10:03:47 +0800
commita94e13144f0a971d14d7abef8edf98a0eb9c707e (patch)
treef9eebff0fb5a821edb05b3b9b913eee90fe741aa /interchange/admin.h
parent710866e180a9d02c99ad1ce64a2f6bcaff2c975b (diff)
Interface for setting successpage
Diffstat (limited to 'interchange/admin.h')
-rw-r--r--interchange/admin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/interchange/admin.h b/interchange/admin.h
index d50a1e4..eccace7 100644
--- a/interchange/admin.h
+++ b/interchange/admin.h
@@ -22,8 +22,8 @@ extern "C" {
#endif
void interchange_admin_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_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 *));