From 2316e1c4159552a897ac267e04ae0b84f08fa8b5 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 30 Jun 2006 03:51:48 +0000 Subject: New kdb backend operation promote_db, makes a temporary database become the live database. New function krb5_db_promote invokes it. ticket: 3964 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18282 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/kdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/kdb.h b/src/include/kdb.h index 694c6f1c7..d9fb61886 100644 --- a/src/include/kdb.h +++ b/src/include/kdb.h @@ -238,6 +238,7 @@ krb5_error_code kdb5_db_create ( krb5_context kcontext, char **db_args ); krb5_error_code krb5_db_fini ( krb5_context kcontext ); const char * krb5_db_errcode2string ( krb5_context kcontext, long err_code ); krb5_error_code krb5_db_destroy ( krb5_context kcontext, char **db_args ); +krb5_error_code krb5_db_promote ( krb5_context kcontext, char **db_args ); krb5_error_code krb5_db_get_age ( krb5_context kcontext, char *db_name, time_t *t ); krb5_error_code krb5_db_set_option ( krb5_context kcontext, int option, void *value ); krb5_error_code krb5_db_lock ( krb5_context kcontext, int lock_mode ); -- cgit