m_grant: convert jevolk's rewritten version to AV2
This commit is contained in:
parent
980cf654d0
commit
f8f5ff705a
1 changed files with 9 additions and 4 deletions
|
@ -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
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue