summaryrefslogtreecommitdiffstats
path: root/authdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'authdb.h')
-rw-r--r--authdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/authdb.h b/authdb.h
index 5a3f3c4..d8bec04 100644
--- a/authdb.h
+++ b/authdb.h
@@ -46,5 +46,6 @@ void authdb_clear_entry(struct authdb_entry *entry);
int authdb_set(void *token, struct authdb_entry *entry);
int authdb_check_login(void *token, struct authdb_entry *e, blob_t username, time_t now);
void authdb_commit_login(void *token, struct authdb_entry *e, time_t now);
+void authdb_commit_override(void *token, struct authdb_entry *entry, time_t now);
#endif