Bump all extensions to AV2

Most do not yet have descriptions, but that's trivial.
This commit is contained in:
Elizabeth Myers 2016-03-06 23:57:10 -06:00
parent 581dad19a4
commit 04f832b778
53 changed files with 53 additions and 53 deletions

View file

@ -53,7 +53,7 @@ static int eb_and(const char *data, struct Client *client_p, struct Channel *chp
static int eb_combi(const char *data, struct Client *client_p, struct Channel *chptr, long mode_type, int is_and);
static int recursion_depth = 0;
DECLARE_MODULE_AV1(extb_extended, _modinit, _moddeinit, NULL, NULL, NULL, "$Revision: 1 $");
DECLARE_MODULE_AV2(extb_extended, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, NULL);
static int
_modinit(void)