aboutsummaryrefslogblamecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_free_creds.txt
blob: c78ecdfcb83b23ce3ba493cd1e0347e0e7631879 (plain) (tree)









































                                                                            
krb5_free_creds -  Free a krb5_creds structure. 
================================================

..

.. c:function:: void krb5_free_creds(krb5_context context, krb5_creds * val)

..


:param:

	          **[in]** **context** - Library context

	          **[in]** **val** - Credential structure to be freed.


..



..







This function frees the contents of *val* and the structure itself.






..