-2001-06-18 Ezra Peisach <epeisach@mit.edu>
+2001-06-20 Ezra Peisach <epeisach@mit.edu>
+
+ * server_internal.h: Add prototype for kdb_iter_entry().
+2001-06-18 Ezra Peisach <epeisach@mit.edu>
* alt_prof.c (krb5_read_realm_params): Cast argument to isspace()
to int.
krb5_db_entry *kdb, osa_princ_ent_rec *adb);
krb5_error_code kdb_delete_entry(kadm5_server_handle_t handle,
krb5_principal name);
+krb5_error_code kdb_iter_entry(kadm5_server_handle_t handle,
+ void (*iter_fct)(void *, krb5_principal),
+ void *data);
int init_dict(kadm5_config_params *);
int find_word(const char *word);