summaryrefslogtreecommitdiffstats
path: root/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'template.h')
-rw-r--r--template.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/template.h b/template.h
index c9e71875..eabe9aa9 100644
--- a/template.h
+++ b/template.h
@@ -37,7 +37,9 @@ struct templateEntry {
unsigned iToPos; /* up to that one... */
enum tplFormatTypes eDateFormat;
enum tplFormatCaseConvTypes eCaseConv;
- struct {
+ struct { /* bit fields! */
+ unsigned bEscapeCC: 1; /* escape control characters? */
+ unsigned bDropLastLF: 1; /* drop last LF char in msg (PIX!) */
} options; /* options as bit fields */
} field;
} data;