diff options
Diffstat (limited to 'source3/web/swat_proto.h')
-rw-r--r-- | source3/web/swat_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/swat_proto.h b/source3/web/swat_proto.h index e66c9420db..424a3af545 100644 --- a/source3/web/swat_proto.h +++ b/source3/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); |