Imported Upstream version 1.15.1
[platform/upstream/krb5.git] / doc / html / _sources / appdev / refs / types / krb5_expire_callback_func.txt
1 .. highlightlang:: c
2
3 .. _krb5-expire-callback-func-struct:
4
5 krb5_expire_callback_func
6 =========================
7
8 ..
9 .. c:type:: krb5_expire_callback_func
10 ..
11
12
13
14
15 Declaration
16 ------------
17
18 typedef void( \* krb5_expire_callback_func)(krb5_context context, void \*data, krb5_timestamp password_expiration, krb5_timestamp account_expiration, krb5_boolean is_last_req)
19
20