summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/krb5/krb5.hin4
-rw-r--r--src/lib/krb5/ccache/cccursor.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 2ad6be9c8..081a43ffc 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -1215,8 +1215,8 @@ typedef struct _krb5_cc_ops krb5_cc_ops;
/*
* Cursor for iterating over all ccaches
*/
-struct krb5_cccol_cursor;
-typedef struct krb5_cccol_cursor *krb5_cccol_cursor;
+struct _krb5_cccol_cursor;
+typedef struct _krb5_cccol_cursor *krb5_cccol_cursor;
/* for retrieve_cred */
#define KRB5_TC_MATCH_TIMES 0x00000001
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;