--- heimdal-1.3.1-old/lib/krb5/cache.c Sat Nov 21 15:41:51 2009 +++ heimdal-1.3.1/lib/krb5/cache.c Thu Jan 21 09:12:13 2010 @@ -1347,10 +1347,11 @@ * */ -struct krb5_cccol_cursor { +struct krb5_cccol_cursor_data { int idx; krb5_cc_cache_cursor cursor; }; +/* typedef of krb5_cccol_cursor is in krb5.h */ /** * Get a new cache interation cursor that will interate over all --- heimdal-1.3.1-old/lib/krb5/krb5.h Sat Nov 21 15:41:51 2009 +++ heimdal-1.3.1/lib/krb5/krb5.h Thu Jan 21 09:12:54 2010 @@ -311,7 +311,7 @@ NULL) typedef void *krb5_cc_cursor; -typedef struct krb5_cccol_cursor *krb5_cccol_cursor; +typedef struct krb5_cccol_cursor_data *krb5_cccol_cursor; typedef struct krb5_ccache_data { const struct krb5_cc_ops *ops;