X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fstructs.h;h=179ce58defdac7ba92da2624ac368a420634cc70;hb=f59aaaaa6e9a836732363378bc0c8ffa6df5a853;hp=75eba66434064d15c0d1ba9b003f9f69f02a6f60;hpb=e983e85a314998aed1d586990969fea128a8b4c7;p=exim.git diff --git a/src/src/structs.h b/src/src/structs.h index 75eba6643..179ce58de 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -28,10 +28,11 @@ struct router_info; /* Structure for remembering macros for the configuration file */ typedef struct macro_item { - struct macro_item *next; - BOOL command_line; - uschar *replacement; - uschar name[1]; + struct macro_item *next; + BOOL command_line; + unsigned namelen; + uschar * replacement; + uschar name[1]; } macro_item; /* Structure for bit tables for debugging and logging */