From 4fbbe8b5cfd28c8fea8c3f7a059bfbb495dfa9c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 25 Apr 2009 16:26:00 +0000 Subject: [PATCH] doxygen git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25131 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/cache.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lib/krb5/cache.c b/lib/krb5/cache.c index cf0042764..2283b0092 100644 --- a/lib/krb5/cache.c +++ b/lib/krb5/cache.c @@ -836,6 +836,15 @@ krb5_cc_get_flags(krb5_context context, * Copy the contents of `from' to `to' if the given match function * return true. * + * @param context A Kerberos 5 context. + * @param from the cache to copy data from. + * @param to the cache to copy data to. + * @param match a match function that should return TRUE if cred argument should be copied, if NULL, all credentials are copied. + * @param matchctx context passed to match function. + * @param matched set to true if there was a credential that matched, may be NULL. + * + * @return Return an error code or 0, see krb5_get_error_message(). + * * @ingroup krb5_ccache */ @@ -887,7 +896,7 @@ krb5_cc_copy_match_f(krb5_context context, } /** - * Just like krb5_cc_copy_match, but copy everything. + * Just like krb5_cc_copy_match_f(), but copy everything. * * @ingroup @krb5_ccache */