m_grant: convert jevolk's rewritten version to AV2

This commit is contained in:
William Pitcock 2016-08-05 23:37:05 -05:00
parent 980cf654d0
commit f8f5ff705a

View file

@ -167,19 +167,24 @@ struct Message msgtab =
} }
}; };
mapi_clist_av1 clist[] = mapi_clist_av1 grant_clist[] =
{ {
&msgtab, &msgtab,
NULL NULL
}; };
DECLARE_MODULE_AV1 static const char grant_desc[] =
"Provides the grant facility for giving other users specific privilege sets";
DECLARE_MODULE_AV2
( (
grant, grant,
NULL, NULL,
NULL, NULL,
clist, grant_clist,
NULL, NULL,
NULL, NULL,
"$Revision$" NULL,
NULL,
grant_desc
); );