From b3497a08c81a02e82685160b329761266b3b692c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 17 Nov 2006 13:44:50 +0000 Subject: property replacer options space-cc and drop-cc added --- template.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template.h') diff --git a/template.h b/template.h index 591a8c98..80770895 100644 --- a/template.h +++ b/template.h @@ -53,6 +53,8 @@ struct templateEntry { enum tplFormatTypes eDateFormat; enum tplFormatCaseConvTypes eCaseConv; struct { /* bit fields! */ + unsigned bDropCC: 1; /* drop control characters? */ + unsigned bSpaceCC: 1; /* change control characters to spaceescape? */ unsigned bEscapeCC: 1; /* escape control characters? */ unsigned bDropLastLF: 1; /* drop last LF char in msg (PIX!) */ } options; /* options as bit fields */ -- cgit