krb5_unparse_name_flags - Convert krb5_principal structure to a string with flags.

-krb5_error_code krb5_unparse_name_flags(krb5_context context, krb5_const_principal principal, int flags, char ** name)
+krb5_error_code krb5_unparse_name_flags(krb5_context context, krb5_const_principal principal, int flags, char ** name)
@@ -98,17 +96,17 @@
-

Similar to krb5_unparse_name() , this function converts a krb5_principal structure to a string representation.

+

Similar to krb5_unparse_name() , this function converts a krb5_principal structure to a string representation.

The following flags are valid:

-

Use krb5_free_unparsed_name() to free name when it is no longer needed.

+

Use krb5_free_unparsed_name() to free name when it is no longer needed.

@@ -168,8 +166,8 @@