update prototypes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5360 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1997 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -77,15 +77,15 @@ krb5_error_code hdb_create(krb5_context, HDB**, const char*);
|
|||||||
krb5_error_code hdb_db_create(krb5_context, HDB**, const char*);
|
krb5_error_code hdb_db_create(krb5_context, HDB**, const char*);
|
||||||
krb5_error_code hdb_ndbm_create(krb5_context, HDB**, const char*);
|
krb5_error_code hdb_ndbm_create(krb5_context, HDB**, const char*);
|
||||||
|
|
||||||
|
krb5_error_code hdb_next_enctype2key(krb5_context context,
|
||||||
|
hdb_entry *e,
|
||||||
|
krb5_enctype enctype,
|
||||||
|
Key **key);
|
||||||
|
|
||||||
krb5_error_code hdb_etype2key(krb5_context, hdb_entry*,
|
krb5_error_code hdb_enctype2key(krb5_context context,
|
||||||
krb5_enctype, Key**);
|
hdb_entry *e,
|
||||||
krb5_error_code hdb_next_etype2key(krb5_context, hdb_entry*,
|
krb5_enctype enctype,
|
||||||
krb5_enctype, Key**);
|
Key **key);
|
||||||
krb5_error_code hdb_keytype2key(krb5_context, hdb_entry*,
|
|
||||||
krb5_keytype, Key**);
|
|
||||||
krb5_error_code hdb_next_keytype2key(krb5_context, hdb_entry*,
|
|
||||||
krb5_keytype, Key**);
|
|
||||||
|
|
||||||
typedef krb5_error_code (*hdb_foreach_func_t)(krb5_context, HDB*,
|
typedef krb5_error_code (*hdb_foreach_func_t)(krb5_context, HDB*,
|
||||||
hdb_entry*, void*);
|
hdb_entry*, void*);
|
||||||
|
Reference in New Issue
Block a user