deprecate krb5_config_parse_string_multi

This commit is contained in:
Love Hornquist Astrand
2009-08-24 20:24:41 -07:00
parent 46b48bc3e7
commit 400cc459fa

View File

@@ -1086,7 +1086,7 @@ krb5_config_get_int (krb5_context context,
krb5_error_code KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_FUNCTION
krb5_config_parse_string_multi(krb5_context context, krb5_config_parse_string_multi(krb5_context context,
const char *string, const char *string,
krb5_config_section **res) krb5_config_section **res) KRB5_DEPRECATED
{ {
const char *str; const char *str;
unsigned lineno = 0; unsigned lineno = 0;