typedef struct _krb5_db_entry krb5_db_entry;
#endif /* KRB5_KDB5__ */
+/* Ditto for adm.h */
+#ifndef KRB5_ADM_H__
+struct ___krb5_realm_params;
+typedef struct ___krb5_realm_params krb5_realm_params;
+#endif /* KRB5_ADM_H__ */
+
/*
* Function prototypes.
*/
krb5_boolean,
krb5_int32 *));
krb5_error_code krb5_aprof_finish KRB5_PROTOTYPE((krb5_pointer));
+
+krb5_error_code krb5_read_realm_params KRB5_PROTOTYPE((krb5_context,
+ char *,
+ char *,
+ char *,
+ krb5_realm_params **));
+krb5_error_code krb5_free_realm_params KRB5_PROTOTYPE((krb5_context,
+ krb5_realm_params *));
#endif /* KRB5_ADM_PROTO_H__ */