diff options
Diffstat (limited to 'template.h')
-rw-r--r-- | template.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -65,6 +65,8 @@ struct templateEntry { unsigned bSpaceCC: 1; /* change control characters to spaceescape? */ unsigned bEscapeCC: 1; /* escape control characters? */ unsigned bDropLastLF: 1; /* drop last LF char in msg (PIX!) */ + unsigned bSecPathDrop: 1; /* drop slashes, replace dots, empty string */ + unsigned bSecPathReplace: 1; /* replace slashes, replace dots, empty string */ } options; /* options as bit fields */ } field; } data; |