Searched defs:hdb_method (Results 1 – 1 of 1) sorted by relevance
288 struct hdb_method { struct289 int version;290 krb5_error_code (*init)(krb5_context, void **);291 void (*fini)(void *);292 const char *prefix;293 krb5_error_code (*create)(krb5_context, HDB **, const char *filename);