summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2003-11-20 20:14:17 +0000
committerNicholas Clark <nick@ccl4.org>2003-11-20 20:14:17 +0000
commit570c4e91603ac3337464d8508243e4c088399778 (patch)
tree6993b76dcc6be9b9a7aa5315adc911943b5ce2ce /proto.h
parent3540d4cee8e95432ee25b1c5b90430e9473f2e95 (diff)
downloadperl-570c4e91603ac3337464d8508243e4c088399778.tar.gz
Merge sv_store_flags and sv_store_ent into sv_store_common
p4raw-id: //depot/perl@21758
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 2e7b80ebac..fc501818ee 100644
--- a/proto.h
+++ b/proto.h
@@ -1338,6 +1338,7 @@ PERL_CALLCONV void Perl_hv_assert(pTHX_ HV* tb);
STATIC SV* S_hv_delete_common(pTHX_ HV* tb, SV* key_sv, const char* key, I32 klen, I32 flags, U32 hash);
STATIC bool S_hv_exists_common(pTHX_ HV* tb, SV* key_sv, const char* key, I32 klen, U32 hash);
STATIC HE* S_hv_fetch_common(pTHX_ HV* tb, SV* key_sv, const char* key, I32 klen, int flags, int action, U32 hash);
+STATIC HE* S_hv_store_common(pTHX_ HV* tb, SV* key_sv, const char* key, I32 klen, int flags, SV* val, U32 hash);
#endif
PERL_CALLCONV void Perl_hv_clear_placeholders(pTHX_ HV* hb);