diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-11-25 01:06:27 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-11-30 12:37:29 +0100 |
commit | b83794c7d64c56b8d918c51e93d1136d33fa202b (patch) | |
tree | 3a74fabd67cf33b7555cd1c6e9bb509c9874abb8 /embed.fnc | |
parent | 31b05a0f9f5158b8f1340a8e92be562574510792 (diff) | |
download | perl-b83794c7d64c56b8d918c51e93d1136d33fa202b.tar.gz |
Add sv_unmagicext
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1253,6 +1253,7 @@ Amdb |void |sv_setsv |NN SV *dstr|NULLOK SV *sstr Amdb |void |sv_taint |NN SV* sv ApdR |bool |sv_tainted |NN SV *const sv Apd |int |sv_unmagic |NN SV *const sv|const int type +Apd |int |sv_unmagicext |NN SV *const sv|const int type|NULLOK MGVTBL *vtbl Apdmb |void |sv_unref |NN SV* sv Apd |void |sv_unref_flags |NN SV *const ref|const U32 flags Apd |void |sv_untaint |NN SV *const sv |