diff options
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_cc_unlock.txt')
| -rw-r--r-- | doc/html/_sources/appdev/refs/api/krb5_cc_unlock.txt | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_cc_unlock.txt b/doc/html/_sources/appdev/refs/api/krb5_cc_unlock.txt new file mode 100644 index 0000000000000..5e280461af3bd --- /dev/null +++ b/doc/html/_sources/appdev/refs/api/krb5_cc_unlock.txt @@ -0,0 +1,49 @@ +krb5_cc_unlock - Unlock a credential cache. +============================================= + +.. + +.. c:function:: krb5_error_code krb5_cc_unlock(krb5_context context, krb5_ccache ccache) + +.. + + +:param: + + **[in]** **context** - Library context + + **[in]** **ccache** - Credential cache handle + + +.. + + +:retval: + - 0 Success; otherwise - Kerberos error codes + + +.. + + + + + + + +This function unlocks the *ccache* locked by :c:func:`krb5_cc_lock()` . + + + + + + + + + + +.. + + + + + |
