svn rev #18765: trunk/src/ include/krb5/ lib/krb5/ccache/
lxs@MIT.EDU
lxs at MIT.EDU
Tue Nov 7 15:15:41 EST 2006
Commit By: lxs
Log Message:
ticket: new
status: open
target_version: 1.6
tags: pullup
subject: krb5.h not C++-safe due to "struct krb5_cccol_cursor"
Fixed definition of "struct krb5_cccol_cursor" in krb5.h to be C++ safe.
In C++ the struct name is also a type so there can't be a typedef of the same
name, in this case "typedef struct krb5_cccol_cursor *krb5_cccol_cursor;".
Changed Files:
U trunk/src/include/krb5/krb5.hin
U trunk/src/lib/krb5/ccache/cccursor.c
More information about the cvs-krb5
mailing list