From 5bc7fd8f1e41365677eb6787cb7d2a6dea62ee0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 1 Sep 2010 15:11:57 +0300 Subject: auth-ip: introduce helper tool for authdb management fix also some authdb bugs, and make it actually usable. --- authdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'authdb.h') 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 -- cgit v1.2.3