summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJoshua Pritikin <joshua.pritikin@db.com>1997-11-15 14:18:30 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-18 17:26:09 +0000
commit5d5aaa5e70a8a8ab4803cdb506e2096b6e190e80 (patch)
treefed0a7a563aeb29c7ea8ca58452d4432be9b0c67 /proto.h
parent3487771ddbb6a6913db5c4e74398b9812ab6476b (diff)
downloadperl-5d5aaa5e70a8a8ab4803cdb506e2096b6e190e80.tar.gz
Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked
version of patch: Subject: tie fake hash patch for 5.004_54 p4raw-id: //depot/perl@266
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 b86ecd0a8d..2dfe86d1ea 100644
--- a/proto.h
+++ b/proto.h
@@ -24,6 +24,7 @@ I32 avhv_iterinit _((AV *ar));
HE* avhv_iternext _((AV *ar));
SV * avhv_iternextsv _((AV *ar, char** key, I32* retlen));
SV* avhv_iterval _((AV *ar, HE* entry));
+HV* avhv_keys _((AV *ar));
SV** avhv_store _((AV *ar, char* key, U32 klen, SV* val, U32 hash));
void av_clear _((AV* ar));
void av_extend _((AV* ar, I32 key));