summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index e115a4171a..fbf3c865dd 100644
--- a/proto.h
+++ b/proto.h
@@ -4206,6 +4206,13 @@ PERL_CALLCONV int Perl_my_sprintf(char *buffer, const char *pat, ...)
PERL_CALLCONV void Perl_my_clearenv(pTHX);
+#ifdef PERL_IMPLICIT_CONTEXT
+PERL_CALLCONV void* Perl_my_cxt_init(pTHX_ int *index, size_t size)
+ __attribute__nonnull__(pTHX_1);
+
+#endif
+
+
END_EXTERN_C
/*
* ex: set ts=8 sts=4 sw=4 noet: