summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-12 04:16:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-12 04:16:41 +0000
commit3fcd5a54ee9a769b0df77dcf2827b3be2e6ddbd1 (patch)
treead8164e9d350563b2f36f7f37422f1b2b42e7370 /proto.h
parentf5a828106742b7d9a2a6e7641bb412761f0af6d4 (diff)
downloadperl-3fcd5a54ee9a769b0df77dcf2827b3be2e6ddbd1.tar.gz
(Retracted by #11289.)
p4raw-id: //depot/perl@11289
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 5110345ccf..f36207144d 100644
--- a/proto.h
+++ b/proto.h
@@ -63,6 +63,8 @@ PERL_CALLCONV OP* Perl_append_elem(pTHX_ I32 optype, OP* head, OP* tail);
PERL_CALLCONV OP* Perl_append_list(pTHX_ I32 optype, LISTOP* first, LISTOP* last);
PERL_CALLCONV I32 Perl_apply(pTHX_ I32 type, SV** mark, SV** sp);
PERL_CALLCONV void Perl_apply_attrs_string(pTHX_ char *stashpv, CV *cv, char *attrstr, STRLEN len);
+PERL_CALLCONV void Perl_atfork_lock(pTHX_ void);
+PERL_CALLCONV void Perl_atfork_unlock(pTHX_ void);
PERL_CALLCONV SV* Perl_avhv_delete_ent(pTHX_ AV *ar, SV* keysv, I32 flags, U32 hash);
PERL_CALLCONV bool Perl_avhv_exists_ent(pTHX_ AV *ar, SV* keysv, U32 hash);
PERL_CALLCONV SV** Perl_avhv_fetch_ent(pTHX_ AV *ar, SV* keysv, I32 lval, U32 hash);