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:
parent
6287d57fa9
commit
eeabf33a7c
127 changed files with 400 additions and 342 deletions
|
@ -79,7 +79,7 @@ typedef struct
|
|||
int cap_index; /* Which cap index does this belong to? */
|
||||
const char *cap_name; /* Capability name */
|
||||
void *cap_ownerdata; /* Not used much but why not... */
|
||||
unsigned int *cap_id; /* May be set to non-NULL to store cap id */
|
||||
unsigned int *cap_id; /* May be set to non-NULL to store cap id */
|
||||
} mapi_cap_list_av2;
|
||||
|
||||
struct mapi_mheader_av1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue