summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-10 04:57:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-10 04:57:07 +0000
commit59bd0823b6625605b67ec19bd9bcc4dd06530e7e (patch)
treec458c6636e5d8beb343d9a9b8fdec8f949f42584 /proto.h
parentcb8129f94a333dfcf2cb8cf5b66784f951fc14de (diff)
downloadperl-59bd0823b6625605b67ec19bd9bcc4dd06530e7e.tar.gz
Renaming tweaks, and split off the reentrant "superbuffer"
init routine. p4raw-id: //depot/perl@15139
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 159d9687c4..2c2e93fdcd 100644
--- a/proto.h
+++ b/proto.h
@@ -595,6 +595,9 @@ PERL_CALLCONV PerlIO* Perl_start_glob(pTHX_ SV* pattern, IO *io);
#if defined(USE_5005THREADS)
PERL_CALLCONV struct perl_thread* Perl_new_struct_thread(pTHX_ struct perl_thread *t);
#endif
+#if defined(USE_REENTRANT_API)
+PERL_CALLCONV void Perl_reentrant_init(pTHX);
+#endif
PERL_CALLCONV void Perl_call_atexit(pTHX_ ATEXIT_t fn, void *ptr);
PERL_CALLCONV I32 Perl_call_argv(pTHX_ const char* sub_name, I32 flags, char** argv);
PERL_CALLCONV I32 Perl_call_method(pTHX_ const char* methname, I32 flags);