Add AV2 descriptions to all m_c* modules.

This commit is contained in:
Elizabeth Myers 2016-03-07 01:52:16 -06:00
parent 3c88406edc
commit 5544da98b8
8 changed files with 39 additions and 10 deletions

View file

@ -47,7 +47,10 @@ struct Message certfp_msgtab = {
mapi_clist_av1 certfp_clist[] = { &certfp_msgtab, NULL };
DECLARE_MODULE_AV2(certfp, NULL, NULL, certfp_clist, NULL, NULL, NULL, NULL, NULL);
static const char certfp_desc[] =
"Provides the CERTFP facility used by servers to set certificate fingerprints";
DECLARE_MODULE_AV2(certfp, NULL, NULL, certfp_clist, NULL, NULL, NULL, NULL, certfp_desc);
/*
** me_certfp