summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/ccache/cccursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/cccursor.c b/src/lib/krb5/ccache/cccursor.c
index 9a57d5223..ab6f2a971 100644
--- a/src/lib/krb5/ccache/cccursor.c
+++ b/src/lib/krb5/ccache/cccursor.c
@@ -43,7 +43,7 @@ struct cc_fullname {
char *res;
};
-struct krb5_cccol_cursor {
+struct _krb5_cccol_cursor {
int pos;
krb5_cc_typecursor typecursor;
const krb5_cc_ops *ops;