summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorArtur Bergman <sky@nanisky.com>2001-08-27 18:21:27 +0000
committerArtur Bergman <sky@nanisky.com>2001-08-27 18:21:27 +0000
commit438c221d2a8e6fa132b664b70062215bf9c6ef42 (patch)
treef6bbff6e0ad787fe5163fea9bd63dd33d8e2f49d /proto.h
parent2ac1ef3d129ac2446fc0d2ea08ecbbd4bd583ff4 (diff)
downloadperl-438c221d2a8e6fa132b664b70062215bf9c6ef42.tar.gz
Regen headers
p4raw-id: //depot/perl@11760
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 92c0d7a06c..7089f95962 100644
--- a/proto.h
+++ b/proto.h
@@ -984,6 +984,18 @@ PERL_CALLCONV void Perl_ptr_table_free(pTHX_ PTR_TBL_t *tbl);
PERL_CALLCONV void Perl_sys_intern_clear(pTHX);
PERL_CALLCONV void Perl_sys_intern_init(pTHX);
#endif
+#if defined(PERL_CUSTOM_OPS)
+PERL_CALLCONV char * Perl_custom_op_name(pTHX_ OP* op);
+PERL_CALLCONV char * Perl_custom_op_desc(pTHX_ OP* op);
+#endif
+#if defined(PERL_CUSTOM_OPS)
+PERL_CALLCONV char * Perl_custom_op_name(pTHX_ OP* op);
+PERL_CALLCONV char * Perl_custom_op_desc(pTHX_ OP* op);
+#endif
+#if defined(PERL_CUSTOM_OPS)
+PERL_CALLCONV char * Perl_custom_op_name(pTHX_ OP* op);
+PERL_CALLCONV char * Perl_custom_op_desc(pTHX_ OP* op);
+#endif
#if defined(PERL_OBJECT)
protected: