Fix doxygen comment in krb5_aname_to_lname()

This commit is contained in:
Nicolas Williams
2011-12-22 11:17:42 -06:00
parent 672f6285ce
commit 25e623a957

View File

@@ -352,10 +352,12 @@ an2ln_default(krb5_context context,
* *
* Inputs: * Inputs:
* *
* @context A krb5_context * @param context A krb5_context
* @aname A principal name * @param aname A principal name
* @lnsize The size of the buffer into which the username will be written * @param lnsize The size of the buffer into which the username will be written
* @lname The buffer into which the username will be written * @param lname The buffer into which the username will be written
*
* @ingroup krb5_support
*/ */
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
krb5_aname_to_localname(krb5_context context, krb5_aname_to_localname(krb5_context context,