summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2003-11-19 19:51:41 +0000
committerNicholas Clark <nick@ccl4.org>2003-11-19 19:51:41 +0000
commit715961523dc15717482c3eba9a533ed292b5a722 (patch)
treeffb7567428414abe1a5a3fb7e81238af804bfda0 /proto.h
parentcfb0f70ef284a0fcaef7c31a3a51f8ae53c7eb7b (diff)
downloadperl-715961523dc15717482c3eba9a533ed292b5a722.tar.gz
merge hv_exists and hv_exists_ent into S_hv_exists_common
p4raw-id: //depot/perl@21747
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 5e306275cb..987774aed7 100644
--- a/proto.h
+++ b/proto.h
@@ -1335,5 +1335,8 @@ PERL_CALLCONV int Perl_get_debug_opts(pTHX_ char **s);
PERL_CALLCONV void Perl_save_set_svflags(pTHX_ SV* sv, U32 mask, U32 val);
PERL_CALLCONV void Perl_hv_assert(pTHX_ HV* tb);
+#if defined(PERL_IN_HV_C) || defined(PERL_DECL_PROT)
+STATIC bool S_hv_exists_common(pTHX_ HV* tb, SV* key_sv, const char* key, I32 klen, U32 hash);
+#endif
END_EXTERN_C