summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-10-22 23:56:29 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-10-22 23:56:57 -0700
commitee72b38d0571824b5c43b1915ea2a7143cb21fcb (patch)
tree806d3e75bd7cbe8253d07098c1f6f271e41b546d /embed.fnc
parenta0074a595ba9467095da80f22054deac26706f64 (diff)
downloadperl-ee72b38d0571824b5c43b1915ea2a7143cb21fcb.tar.gz
Add functions for adding and deleting stash names
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 154301738e..ccea96b569 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2110,6 +2110,8 @@ ApoR |HE** |hv_eiter_p |NN HV *hv
Apo |void |hv_riter_set |NN HV *hv|I32 riter
Apo |void |hv_eiter_set |NN HV *hv|NULLOK HE *eiter
Ap |void |hv_name_set |NN HV *hv|NULLOK const char *name|U32 len|U32 flags
+p |void |hv_name_add |NN HV *hv|NN const char *name|U32 len
+p |void |hv_name_delete |NN HV *hv|NN const char *name|U32 len
: Used in dump.c and hv.c
poM |AV** |hv_backreferences_p |NN HV *hv
#if defined(PERL_IN_DUMP_C) || defined(PERL_IN_HV_C) || defined(PERL_IN_SV_C)