document krb5_config_file_free

This commit is contained in:
Love Hornquist Astrand
2009-08-18 16:01:32 +02:00
parent 65f40a25c3
commit 1aa17ecea6

View File

@@ -403,6 +403,19 @@ free_binding (krb5_context context, krb5_config_binding *b)
}
}
/**
* Free configuration file section, the result of
* krb5_config_parse_file() and krb5_config_parse_file_multi().
*
* @param context A Kerberos 5 context
* @param s the configuration section to free
*
* @return returns 0 on successes, otherwise an error code, see
* krb5_get_error_message()
*
* @ingroup krb5_support
*/
krb5_error_code KRB5_LIB_FUNCTION
krb5_config_file_free (krb5_context context, krb5_config_section *s)
{
@@ -410,6 +423,8 @@ krb5_config_file_free (krb5_context context, krb5_config_section *s)
return 0;
}
#ifndef HEIMDAL_SMALLER
krb5_error_code
_krb5_config_copy(krb5_context context,
krb5_config_section *c,
@@ -444,7 +459,7 @@ _krb5_config_copy(krb5_context context,
return 0;
}
#endif /* HEIMDAL_SMALLER */
const void *
krb5_config_get_next (krb5_context context,