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()` .










..





