summaryrefslogtreecommitdiffstats
path: root/source/web/swat_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/web/swat_proto.h')
-rw-r--r--source/web/swat_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/web/swat_proto.h b/source/web/swat_proto.h
index e66c9420db5..424a3af545f 100644
--- a/source/web/swat_proto.h
+++ b/source/web/swat_proto.h
@@ -68,7 +68,7 @@ void status_page(void);
const char *lang_msg_rotate(TALLOC_CTX *ctx, const char *msgid);
void get_xsrf_token(const char *username, const char *pass,
- const char *formname, char token_str[33]);
+ const char *formname, time_t xsrf_time, char token_str[33]);
void print_xsrf_token(const char *username, const char *pass,
const char *formname);
bool verify_xsrf_token(const char *formname);