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

@ -34,6 +34,9 @@
#include "chmode.h"
#include "inline/stringops.h"
static const char cap_server_time_desc[] =
"Provides the server-time client capability";
static void cap_server_time_process(hook_data *);
unsigned int CLICAP_SERVER_TIME = 0;
@ -45,8 +48,6 @@ mapi_cap_list_av2 cap_server_time_cap_list[] = {
{ MAPI_CAP_CLIENT, "server-time", NULL, &CLICAP_SERVER_TIME },
{ 0, NULL, NULL, NULL }
};
static const char cap_server_time_desc[] =
"Provides the server-time client capability";
static void
cap_server_time_process(hook_data *data)