document more assumptions about hdb_rename

This commit is contained in:
Love Hornquist Astrand
2010-03-21 14:56:57 -07:00
parent d837f736f8
commit 83e2a17c0f

View File

@@ -158,6 +158,8 @@ typedef struct HDB{
krb5_error_code (*hdb_unlock)(krb5_context, struct HDB*); krb5_error_code (*hdb_unlock)(krb5_context, struct HDB*);
/** /**
* Rename the data base. * Rename the data base.
*
* Assume that the database is not hdb_open'ed and not locked.
*/ */
krb5_error_code (*hdb_rename)(krb5_context, struct HDB*, const char*); krb5_error_code (*hdb_rename)(krb5_context, struct HDB*, const char*);
/** /**