chiark / gitweb /
Merge from existing archive branch
[pcre3.git] / pcrecpp.h
index 3e594b0d43934e88e0b4f3b505fe01bc73b08ba5..a520057e95759f1c571e6c198d7b3dec215368e4 100644 (file)
--- 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