xref: /freebsd/crypto/krb5/doc/html/_sources/appdev/refs/types/krb5_cc_cursor.rst.txt (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1.. highlight:: c
2
3.. _krb5-cc-cursor-struct:
4
5krb5_cc_cursor
6==============
7
8..
9.. c:type:: krb5_cc_cursor
10..
11
12Cursor for sequential lookup.
13
14
15
16Declaration
17------------
18
19typedef krb5_pointer krb5_cc_cursor
20
21
22