diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-11-25 02:40:00 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-11-30 12:37:29 +0100 |
commit | 39de7f53b474076d5a8e28b5b41fddefd29e45d7 (patch) | |
tree | b27c20c09b496e75b9eee2c3a778196aead62ba0 /embed.fnc | |
parent | b83794c7d64c56b8d918c51e93d1136d33fa202b (diff) | |
download | perl-39de7f53b474076d5a8e28b5b41fddefd29e45d7.tar.gz |
Add mg_findext
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |