git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24977 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-03-28 17:08:57 +00:00
parent 597f9dbdfa
commit 1a488a85b7

View File

@@ -388,6 +388,14 @@ hdb_list_builtin(krb5_context context, char **list)
return 0;
}
/**
* Create a handle for a Kerberos database
*
* Create a handle for a Kerberos database backend specified by a
* filename. Doesn't create a file if its doesn't exists, you have to
* use O_CREAT to tell the backend to create the file.
*/
krb5_error_code
hdb_create(krb5_context context, HDB **db, const char *filename)
{