KRB5_DEPRECATED should be prefixed to the declaration

This commit is contained in:
Asanka Herath
2009-11-26 01:41:57 -05:00
parent 49d28d3f3a
commit 67c3295fcb

View File

@@ -1249,10 +1249,11 @@ krb5_config_get_int (krb5_context context,
* @ingroup krb5_deprecated * @ingroup krb5_deprecated
*/ */
KRB5_DEPRECATED
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_DEPRECATED krb5_config_section **res)
{ {
const char *str; const char *str;
unsigned lineno = 0; unsigned lineno = 0;