summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-11-25 02:40:00 +0100
committerFlorian Ragwitz <rafl@debian.org>2010-11-30 12:37:29 +0100
commit39de7f53b474076d5a8e28b5b41fddefd29e45d7 (patch)
treeb27c20c09b496e75b9eee2c3a778196aead62ba0 /embed.fnc
parentb83794c7d64c56b8d918c51e93d1136d33fa202b (diff)
downloadperl-39de7f53b474076d5a8e28b5b41fddefd29e45d7.tar.gz
Add mg_findext
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index cee3c23bfb..cca7a78a19 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -727,6 +727,7 @@ Apd |int |mg_copy |NN SV *sv|NN SV *nsv|NULLOK const char *key \
: Defined in mg.c, used only in scope.c
pd |void |mg_localize |NN SV* sv|NN SV* nsv|bool setmagic
ApdR |MAGIC* |mg_find |NULLOK const SV* sv|int type
+ApdR |MAGIC* |mg_findext |NULLOK const SV* sv|int type|NULLOK const MGVTBL *vtbl
Apd |int |mg_free |NN SV* sv
Apd |void |mg_free_type |NN SV* sv|int how
Apd |int |mg_get |NN SV* sv