From 1a488a85b71bf47cf8daf4d54861c6887f7b06e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 28 Mar 2009 17:08:57 +0000 Subject: [PATCH] doxygen git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24977 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/hdb/hdb.c b/lib/hdb/hdb.c index b533fc595..5b2aa5163 100644 --- a/lib/hdb/hdb.c +++ b/lib/hdb/hdb.c @@ -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) {