doxygen documentation

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22031 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-11-10 10:38:32 +00:00
parent 7a39e6f7d9
commit e337d4b168

View File

@@ -401,6 +401,12 @@ mcc_end_cache_get(krb5_context context, krb5_cc_cursor cursor)
return 0;
}
/**
* Variable containing the MEMORY based credential cache implemention.
*
* @ingroup krb5_ccache
*/
const krb5_cc_ops krb5_mcc_ops = {
"MEMORY",
mcc_get_name,