0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-04 09:38:37 +02:00

m_map: oops...

This commit is contained in:
Elizabeth Myers 2016-03-07 02:37:33 -06:00
parent f5ebe640bc
commit bc89faebd1

View file

@ -42,7 +42,7 @@ mapi_clist_av1 map_clist[] = { &map_msgtab, 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);
DECLARE_MODULE_AV2(map, NULL, NULL, map_clist, NULL, NULL, NULL, NULL, map_desc);
static void dump_map(struct Client *client_p, struct Client *root, char *pbuf);
static void flattened_map(struct Client *client_p);