From 9c76723c5b048afe4009f0528a6201741fec234a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 27 Apr 2012 09:42:53 +0200 Subject: added capability to specify substrings for field extraction mode --- template.h | 1 + 1 file changed, 1 insertion(+) (limited to 'template.h') diff --git a/template.h b/template.h index f7ac2e08..d839be7e 100644 --- a/template.h +++ b/template.h @@ -67,6 +67,7 @@ struct templateEntry { propid_t propid; /* property to be used */ unsigned iFromPos; /* for partial strings only chars from this position ... */ unsigned iToPos; /* up to that one... */ + unsigned iFieldNr; /* for field extraction: field to extract */ #ifdef FEATURE_REGEXP regex_t re; /* APR: this is the regular expression */ short has_regex; -- cgit