X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/8782bef2aa2ca158fdd0d7436e68ae3ac2b01ff7..6bb4e6d4b29a3eb5c60219c3bd690a32ca618ec1:/proto.h 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 */