Make krb5_setpw_result_string a krb5int_ function prototyped in k5-int.h. The prototype was already there, but the code did not match the function name. This needs to be pulled up to the release branch to fix Windows build because of a KRB5_CALLCONV issue. To generate a diff of this commit: cvs diff -r5.386 -r5.387 krb5/src/lib/krb5/krb/ChangeLog cvs diff -r5.7 -r5.8 krb5/src/lib/krb5/krb/chpw.c cvs diff -r5.345 -r5.346 krb5/src/lib/krb5/os/ChangeLog cvs diff -r5.33 -r5.34 krb5/src/lib/krb5/os/changepw.c