summaryrefslogtreecommitdiff
path: root/pcrecpp.h
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-13 21:45:51 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-13 21:49:38 +0100
commite7469a3846baf3cc443943106404d90473d5a77a (patch)
tree90172062a643ec18261611b5c9e269f28c66704e /pcrecpp.h
parentae7f22768e13f01eb337330332bf18780b8104c0 (diff)
Reapply patches
* dpkg-source --before-build .
Diffstat (limited to 'pcrecpp.h')
-rw-r--r--pcrecpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pcrecpp.h b/pcrecpp.h
index 3e594b0..a520057 100644
--- a/pcrecpp.h
+++ b/pcrecpp.h
@@ -658,6 +658,8 @@ class PCRECPP_EXP_DEFN RE {
private:
void Init(const string& pattern, const RE_Options* options);
+ // Old version from PCRE 6.x, for compatibility
+ void Init(const char *pattern, const RE_Options* options);
void Cleanup();
// Match against "text", filling in "vec" (up to "vecsize" * 2/3) with