From 262111689f19e362100236a37bcd3c7eed6fd769 Mon Sep 17 00:00:00 2001 From: Michael Meckelein Date: Fri, 31 Aug 2007 12:47:35 +0000 Subject: patches and docu update for 1.19.3 --- template.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template.h') diff --git a/template.h b/template.h index bbd77090..3bed9c81 100644 --- a/template.h +++ b/template.h @@ -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; -- cgit