summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorRick Delaney <rick@consumercontact.com>2004-10-13 08:40:18 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-01-21 13:35:49 +0000
commit10ac92784f49d4a1fe54cc1ed7d05f0d3b2a2f29 (patch)
tree4cca0a2e6335a7643ffd197e409d74d5827ab231 /proto.h
parent049f818b9a6d0ed6efed5c49515a9d137e475267 (diff)
downloadperl-10ac92784f49d4a1fe54cc1ed7d05f0d3b2a2f29.tar.gz
Re: [perl #31924] %INC caching failure-case problem
Message-ID: <20041013164018.GA32174@biff.bort.ca> p4raw-id: //depot/perl@23843
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 f99ab1c8c4..616249013c 100644
--- a/proto.h
+++ b/proto.h
@@ -250,6 +250,7 @@ PERL_CALLCONV SV* Perl_hv_delete_ent(pTHX_ HV* tb, SV* key, I32 flags, U32 hash)
PERL_CALLCONV bool Perl_hv_exists(pTHX_ HV* tb, const char* key, I32 klen);
PERL_CALLCONV bool Perl_hv_exists_ent(pTHX_ HV* tb, SV* key, U32 hash);
PERL_CALLCONV SV** Perl_hv_fetch(pTHX_ HV* tb, const char* key, I32 klen, I32 lval);
+PERL_CALLCONV SV** Perl_hv_fetch_flags(pTHX_ HV* tb, const char* key, I32 klen, I32 lval, I32 flags);
PERL_CALLCONV HE* Perl_hv_fetch_ent(pTHX_ HV* tb, SV* key, I32 lval, U32 hash);
PERL_CALLCONV void Perl_hv_free_ent(pTHX_ HV* hv, HE* entry);
PERL_CALLCONV I32 Perl_hv_iterinit(pTHX_ HV* tb);