ticket: 4657
version_fixed: 1.6
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@18766
dc483132-0cff-0310-8789-
dd5450dbe970
/*
* 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
char *res;
};
-struct krb5_cccol_cursor {
+struct _krb5_cccol_cursor {
int pos;
krb5_cc_typecursor typecursor;
const krb5_cc_ops *ops;