diff options
author | Joshua Pritikin <joshua.pritikin@db.com> | 1997-11-15 14:18:30 -0500 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-18 17:26:09 +0000 |
commit | 5d5aaa5e70a8a8ab4803cdb506e2096b6e190e80 (patch) | |
tree | fed0a7a563aeb29c7ea8ca58452d4432be9b0c67 /proto.h | |
parent | 3487771ddbb6a6913db5c4e74398b9812ab6476b (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)); |