Add AV2 descriptions to m_[l-m]*

This commit is contained in:
Elizabeth Myers 2016-03-07 02:34:00 -06:00
parent f1156bf07a
commit f5ebe640bc
7 changed files with 29 additions and 8 deletions

View file

@ -39,7 +39,10 @@ struct Message map_msgtab = {
};
mapi_clist_av1 map_clist[] = { &map_msgtab, NULL };
DECLARE_MODULE_AV2(map, NULL, NULL, map_clist, NULL, NULL, NULL, NULL, NULL);
static const char map_desc[] = "Provides the MAP command to view network topology information";
DECLARE_MODULE_AV2(map, NULL, NULL, map_clist, NULL, NULL, NULL, NULL, map_clist);
static void dump_map(struct Client *client_p, struct Client *root, char *pbuf);
static void flattened_map(struct Client *client_p);