(krb5_cc_retrieve_cred): document what to free 'cred' with.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20503 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-04-21 22:03:56 +00:00
parent 728863dd39
commit d0b82b20dd

View File

@@ -473,7 +473,8 @@ krb5_cc_store_cred(krb5_context context,
/*
* Retrieve the credential identified by `mcreds' (and `whichfields')
* from `id' in `creds'.
* from `id' in `creds'. 'creds' must be free by the caller using
* krb5_free_cred_contents.
* Return 0 or an error code.
*/