X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=proto.h;h=e1b91dc30474a673a1e3b86fb5728295918b22c5;hb=778ddebdd36200650e05e3789258e36307a5988b;hp=9e99392bce78be99b03371cef5866cc05ec575d3;hpb=8782bef2aa2ca158fdd0d7436e68ae3ac2b01ff7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/proto.h b/proto.h index 9e99392..e1b91dc 100644 --- a/proto.h +++ b/proto.h @@ -880,6 +880,10 @@ VIRTUAL SV** get_specialsv_list _((void)); VIRTUAL int& ErrorNo _((void)); #endif /* WIN32 */ #else /* !PERL_OBJECT */ +regexp* pregcomp _((char* exp, char* xend, PMOP* pm)); +I32 regexec_flags _((regexp* prog, char* stringarg, char* strend, + char* strbeg, I32 minend, SV* screamer, + void* data, U32 flags)); END_EXTERN_C #endif /* PERL_OBJECT */