From baf73c2f8bded578de28dcf6d4c8867eb3c2b9c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 4 Feb 2009 22:10:01 +0000 Subject: [PATCH] doxygen git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24613 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/keyset.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/hx509/keyset.c b/lib/hx509/keyset.c index 808dfa59a..e48cfa511 100644 --- a/lib/hx509/keyset.c +++ b/lib/hx509/keyset.c @@ -499,7 +499,8 @@ hx509_certs_find(hx509_context context, * @param context a hx509 context. * @param certs certificate store to search. * @param q query allocated with @ref hx509_query functions. - * @param r the certificate store to add + * @param result the filtered certificate store, caller must free with + * hx509_certs_free(). * * @return Returns an hx509 error code. *