summaryrefslogtreecommitdiffstats
path: root/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'template.h')
-rw-r--r--template.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/template.h b/template.h
index 8fde34a9..591a8c98 100644
--- a/template.h
+++ b/template.h
@@ -48,7 +48,8 @@ struct templateEntry {
regex_t re; /* APR: this is the regular expression */
unsigned has_regex;
#endif
- unsigned has_fields; /* support for field-couting */
+ unsigned has_fields; /* support for field-counting: field to extract */
+ unsigned char field_delim; /* support for field-counting: field delemiter char */
enum tplFormatTypes eDateFormat;
enum tplFormatCaseConvTypes eCaseConv;
struct { /* bit fields! */