summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2011-01-26 19:48:16 +0000
committerTom Yu <tlyu@mit.edu>2011-01-26 19:48:16 +0000
commitb68bd3b61fbc2a5bad7436112de18da17ff89d6f (patch)
tree06900915895a9ad2e192414dc568cebac264875b /src
parent1b57e7650da41dbef6a50c6e925583d6c8ed9e52 (diff)
downloadkrb5-b68bd3b61fbc2a5bad7436112de18da17ff89d6f.tar.gz
krb5-b68bd3b61fbc2a5bad7436112de18da17ff89d6f.tar.xz
krb5-b68bd3b61fbc2a5bad7436112de18da17ff89d6f.zip
Restore KRB5_CALLCONV_WRONG attribute to krb5_auth_con_getrcache
It was incorrectly removed in r24600. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24606 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/include/krb5/krb5.hin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 95ac8aa53..ffd6110c2 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -2262,7 +2262,7 @@ krb5_error_code KRB5_CALLCONV
krb5_auth_con_setrcache(krb5_context context, krb5_auth_context auth_context,
krb5_rcache rcache);
-krb5_error_code
+krb5_error_code KRB5_CALLCONV_WRONG
krb5_auth_con_getrcache(krb5_context context, krb5_auth_context auth_context,
krb5_rcache *rcache);