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
|
@ -44,7 +44,7 @@ struct Message user_msgtab = {
|
|||
};
|
||||
|
||||
mapi_clist_av1 user_clist[] = { &user_msgtab, NULL };
|
||||
DECLARE_MODULE_AV1(user, NULL, NULL, user_clist, NULL, NULL, "$Revision: 3416 $");
|
||||
DECLARE_MODULE_AV2(user, NULL, NULL, user_clist, NULL, NULL, NULL, NULL, NULL);
|
||||
|
||||
static int do_local_user(struct Client *client_p, struct Client *source_p,
|
||||
const char *username, const char *realname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue