Move module description headers to the top

This is cleaner.

Note this was broken out of a much larger piece of work I did, so if
there's any problems, I apologise!
This commit is contained in:
Elizabeth Myers 2016-03-09 01:29:41 -06:00
parent 6287d57fa9
commit eeabf33a7c
127 changed files with 400 additions and 342 deletions

View file

@ -31,6 +31,8 @@
#include "parse.h"
#include "modules.h"
static const char close_desc[] = "Provides the CLOSE command to clear all unfinished connections";
static int mo_close(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
struct Message close_msgtab = {
@ -40,8 +42,6 @@ struct Message close_msgtab = {
mapi_clist_av1 close_clist[] = { &close_msgtab, NULL };
static const char close_desc[] = "Provides the CLOSE command to clear all unfinished connections";
DECLARE_MODULE_AV2(close, NULL, NULL, close_clist, NULL, NULL, NULL, NULL, close_desc);
/*