From 9020bb02088ada67a9e6bcc3637c5d92cfeba151 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Fri, 21 Aug 2009 06:07:53 -0700 Subject: [PATCH] some more doxygen --- lib/krb5/cache.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/krb5/cache.c b/lib/krb5/cache.c index 12097470d..d6ec487c7 100644 --- a/lib/krb5/cache.c +++ b/lib/krb5/cache.c @@ -1046,6 +1046,10 @@ krb5_cc_cache_get_first (krb5_context context, * Retrieve the next cache pointed to by (`cursor') in `id' * and advance `cursor'. * + * @param context A Kerberos 5 context + * @param cursor the iterator cursor, returned by krb5_cc_cache_get_first() + * @param id next ccache + * * @return Return 0 or an error code. Returns KRB5_CC_END when the end * of caches is reached, see krb5_get_error_message(). * -- 2.11.4.GIT