X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/25bd12fdff615275da6b811570b0f65d57ddc441..94effde9cace54a4b164001da229d59cc46c20ca:/src/src/structs.h diff --git a/src/src/structs.h b/src/src/structs.h index f3fb290c6..aa394ac73 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -886,9 +886,10 @@ typedef struct namedlist_cacheblock { /* Structure for holding data for an entry in a named list */ typedef struct namedlist_block { - const uschar *string; /* the list string */ - namedlist_cacheblock *cache_data; /* cached domain_data or localpart_data */ - int number; /* the number of the list for caching */ + const uschar *string; /* the list string */ + namedlist_cacheblock *cache_data; /* cached domain_data or localpart_data */ + short number; /* the number of the list for caching */ + BOOL hide; /* -bP does not display value */ } namedlist_block; /* Structures for Access Control Lists */