summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-07-31 17:02:18 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-07-31 17:02:18 +0000
commit7e66bb5cf034373cb2315ceb283d4cc749aa6d91 (patch)
treeaa0d6cee519fb9b44bfea0eb1f9f237b2684ba6a /pcre.h.in
parent342eb6b90c357efe78f7848ac6e7e48a868f8a64 (diff)
downloadpcre-7e66bb5cf034373cb2315ceb283d4cc749aa6d91.tar.gz
Pass *MARK name to callouts
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@645 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre.h.in')
-rw-r--r--pcre.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/pcre.h.in b/pcre.h.in
index 6a46fb7..5193b9d 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -280,6 +280,8 @@ typedef struct pcre_callout_block {
/* ------------------- Added for Version 1 -------------------------- */
int pattern_position; /* Offset to next item in the pattern */
int next_item_length; /* Length of next item in the pattern */
+ /* ------------------- Added for Version 2 -------------------------- */
+ const unsigned char *mark; /* Pointer to current mark or NULL */
/* ------------------------------------------------------------------ */
} pcre_callout_block;