This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
doc patches from Gisle Aas <gisle@aas.no>
[perl5.git] / proto.h
diff --git a/proto.h b/proto.h
index 9e99392..e1b91dc 100644 (file)
--- 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 */