summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorAlan Burlison <Alan.Burlison@uk.sun.com>2003-11-20 10:34:30 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-11-20 12:04:46 +0000
commit3540d4cee8e95432ee25b1c5b90430e9473f2e95 (patch)
treea889cfa37f37207490972888ed020784c590f535 /proto.h
parent2baadb76de5602fd6919cac96dea41124e89d11a (diff)
downloadperl-3540d4cee8e95432ee25b1c5b90430e9473f2e95.tar.gz
promote hv_clear_placeholders to perl API
Message-ID: <3FBC98B6.6090909@sun.com> p4raw-id: //depot/perl@21756
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 79795d77b1..2e7b80ebac 100644
--- a/proto.h
+++ b/proto.h
@@ -1339,5 +1339,7 @@ STATIC SV* S_hv_delete_common(pTHX_ HV* tb, SV* key_sv, const char* key, I32 kle
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);
#endif
-END_EXTERN_C
+PERL_CALLCONV void Perl_hv_clear_placeholders(pTHX_ HV* hb);
+
+END_EXTERN_C