summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorAnno Siegel <anno4000@lublin.zrz.tu-berlin.de>2006-06-22 00:39:51 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-06-23 16:28:03 +0000
commit1e73acc8af3eecb1b36ee831483e1e9a7b3d1662 (patch)
treea723894f28f77db0a42b0de6599f6be9243cc439 /proto.h
parent7d3c2c289ea5236d2681b4bfba871738a7751375 (diff)
downloadperl-1e73acc8af3eecb1b36ee831483e1e9a7b3d1662.tar.gz
Re: [PATCH] Hash::Util::FieldHash
Message-Id: <974A5B4B-7614-4F3F-BA7C-828960D82C55@mailbox.tu-berlin.de> p4raw-id: //depot/perl@28419
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 e1ba341d66..a060a5c3b8 100644
--- a/proto.h
+++ b/proto.h
@@ -2955,6 +2955,11 @@ STATIC HEK* S_share_hek_flags(pTHX_ const char* sv, I32 len, U32 hash, int flags
__attribute__warn_unused_result__
__attribute__nonnull__(pTHX_1);
+STATIC SV* S_hv_magic_uvar_xkey(pTHX_ HV* hv, SV* keysv, int action)
+ __attribute__warn_unused_result__
+ __attribute__nonnull__(pTHX_1)
+ __attribute__nonnull__(pTHX_2);
+
STATIC void S_hv_notallowed(pTHX_ int flags, const char *key, I32 klen, const char *msg)
__attribute__noreturn__
__attribute__nonnull__(pTHX_2)