On 2015-07-09 01:12, Richard Hansen wrote: > --- > lib/rpki/querySupport.h | 18 ++++++++++++++++-- > 1 file changed, 16 insertions(+), 2 deletions(-) > > diff --git a/lib/rpki/querySupport.h b/lib/rpki/querySupport.h > index a5d1cb1..1a654dc 100644 > --- a/lib/rpki/querySupport.h > +++ b/lib/rpki/querySupport.h > @@ -70,8 +70,22 @@ extern int getNumFields( > void); > > /** > - * @brief check the validity of a cert in the db given its ski or > - * localID > + * @brief check the validity of a cert in the db > + * > + * @param[in] ski > + * If non-NULL, the subject key identifier identifying the > + * certificate to check. If NULL, the certificate to check is > + * identified by @a localID.
(nit) I think this should be @p instead of @a. See http://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmda and http://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmdp. > + * @param[in] localID > + * Identifies the certificate if @a ski is NULL. This parameter > + * is ignored if @a ski is not NULL. [ibid] > + * @param[in] scmp > + * Database schema pointer. > + * @param[in] connect > + * Database connection pointer. > + * > + * @return True (non-zero) if the certificate is valid, false (0) > + * otherwise. > */ > extern int checkValidity( > char *ski, > -- > 2.4.5 > > > > ------------------------------------------------------------------------------ > Don't Limit Your Business. Reach for the Cloud. > GigeNET's Cloud Solutions provide you with the tools and support that > you need to offload your IT needs and focus on growing your business. > Configured For All Businesses. Start Your Cloud Today. > https://www.gigenetcloud.com/ > _______________________________________________ > rpstir-devel mailing list > rpstir-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/rpstir-devel -- David Eric Mandelberg / dseomn http://david.mandelberg.org/ ------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ _______________________________________________ rpstir-devel mailing list rpstir-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpstir-devel