1
0
Fork 0
mirror of https://github.com/pissnet/angiosperm.git synced 2025-05-09 03:15:04 +01:00

Migrate remaining modules to AV2

No descriptions yet. :(
This commit is contained in:
Elizabeth Myers 2016-03-07 00:03:39 -06:00
parent 1bb809cb30
commit 105a4985b4
83 changed files with 84 additions and 84 deletions

View file

@ -52,7 +52,7 @@ struct Message testgecos_msgtab = {
};
mapi_clist_av1 testline_clist[] = { &testline_msgtab, &testgecos_msgtab, NULL };
DECLARE_MODULE_AV1(testline, NULL, NULL, testline_clist, NULL, NULL, "$Revision: 3303 $");
DECLARE_MODULE_AV2(testline, NULL, NULL, testline_clist, NULL, NULL, NULL, NULL, NULL);
static int
mo_testline(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[])