diff --git a/lib/krb5/cache.c b/lib/krb5/cache.c index 505ecd03c..42e187751 100644 --- a/lib/krb5/cache.c +++ b/lib/krb5/cache.c @@ -1376,7 +1376,7 @@ out: * */ -struct krb5_cccol_cursor { +struct krb5_cccol_cursor_data { int idx; krb5_cc_cache_cursor cursor; }; diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 9d2ecb3be..8fda34051 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -313,7 +313,7 @@ struct krb5_cc_ops; 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;