summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-11-25 01:06:27 +0100
committerFlorian Ragwitz <rafl@debian.org>2010-11-30 12:37:29 +0100
commitb83794c7d64c56b8d918c51e93d1136d33fa202b (patch)
tree3a74fabd67cf33b7555cd1c6e9bb509c9874abb8 /proto.h
parent31b05a0f9f5158b8f1340a8e92be562574510792 (diff)
downloadperl-b83794c7d64c56b8d918c51e93d1136d33fa202b.tar.gz
Add sv_unmagicext
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index a05f2b9d79..6469297e58 100644
--- a/proto.h
+++ b/proto.h
@@ -4406,6 +4406,11 @@ PERL_CALLCONV int Perl_sv_unmagic(pTHX_ SV *const sv, const int type)
#define PERL_ARGS_ASSERT_SV_UNMAGIC \
assert(sv)
+PERL_CALLCONV int Perl_sv_unmagicext(pTHX_ SV *const sv, const int type, MGVTBL *vtbl)
+ __attribute__nonnull__(pTHX_1);
+#define PERL_ARGS_ASSERT_SV_UNMAGICEXT \
+ assert(sv)
+
/* PERL_CALLCONV void Perl_sv_unref(pTHX_ SV* sv)
__attribute__nonnull__(pTHX_1); */
#define PERL_ARGS_ASSERT_SV_UNREF \