(lib/krb5/auth_context.c) Fix declaration

This commit is contained in:
Asanka Herath
2009-11-25 12:40:11 -05:00
parent a3727d2126
commit 798d78e098

View File

@@ -425,7 +425,7 @@ krb5_auth_con_setlocalseqnumber (krb5_context context,
return 0;
}
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_FUNCTION
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
krb5_auth_con_getremoteseqnumber(krb5_context context,
krb5_auth_context auth_context,
int32_t *seqnumber)