1.. highlight:: c
2
3.. _krb5-cccol-cursor-struct:
4
5krb5_cccol_cursor
6=================
7
8..
9.. c:type:: krb5_cccol_cursor
10..
11
12Cursor for iterating over all ccaches.
13
14
15
16Declaration
17------------
18
19typedef struct _krb5_cccol_cursor\* krb5_cccol_cursor
20
21
22