mirror of
https://github.com/pissnet/angiosperm.git
synced 2025-08-08 17:55:22 +01:00
Migrate remaining modules to AV2
No descriptions yet. :(
This commit is contained in:
parent
1bb809cb30
commit
105a4985b4
83 changed files with 84 additions and 84 deletions
modules
|
@ -52,7 +52,7 @@ struct Message put_msgtab = {
|
|||
mapi_clist_av1 post_clist[] = {
|
||||
&post_msgtab, &get_msgtab, &put_msgtab, NULL
|
||||
};
|
||||
DECLARE_MODULE_AV1(post, NULL, NULL, post_clist, NULL, NULL, "$Revision: 498 $");
|
||||
DECLARE_MODULE_AV2(post, NULL, NULL, post_clist, NULL, NULL, NULL, NULL, NULL);
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue