From ab9c4e360b143e9b9f78ae80c9da62ecc131e672 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 21 Apr 2009 17:52:07 +0200 Subject: Imported Upstream version 3.22.0 --- template.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template.h') diff --git a/template.h b/template.h index 318f3f3..04137b0 100644 --- a/template.h +++ b/template.h @@ -85,6 +85,8 @@ struct templateEntry { #endif unsigned has_fields; /* support for field-counting: field to extract */ unsigned char field_delim; /* support for field-counting: field delemiter char */ + int field_expand; /* use multiple instances of the field delimiter as a single one? */ + enum tplFormatTypes eDateFormat; enum tplFormatCaseConvTypes eCaseConv; struct { /* bit fields! */ -- cgit v1.2.3