summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2005-06-14 18:49:26 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-15 09:03:22 +0000
commited221c571749f1ebcbc3664c74e36e68f3a83031 (patch)
treef7ffcc409cc38b5ad8c07745d15189be70bf8788 /proto.h
parent1e2ebb21f72f169e9de6c2bde1af6eb417686775 (diff)
downloadperl-ed221c571749f1ebcbc3664c74e36e68f3a83031.tar.gz
CopSTASH_eq again
Message-ID: <20050615044926.GA29087@petdance.com> p4raw-id: //depot/perl@24847
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 9c9e911302..30e2c15932 100644
--- a/proto.h
+++ b/proto.h
@@ -2820,6 +2820,11 @@ PERL_CALLCONV bool Perl_is_gv_magical_sv(pTHX_ SV *name, U32 flags)
PERL_CALLCONV char* Perl_savesvpv(pTHX_ SV* sv);
+PERL_CALLCONV bool Perl_stashpv_hvname_match(pTHX_ const COP *cop, const HV *hv)
+ __attribute__warn_unused_result__
+ __attribute__nonnull__(pTHX_1)
+ __attribute__nonnull__(pTHX_2);
+
END_EXTERN_C
/*