summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJoshua Pritikin <joshua.pritikin@db.com>1998-06-15 06:03:37 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-06-20 23:47:09 +0000
commit800e9ae0504a9c74de77c7ab0037cc96b5df4995 (patch)
tree118b9d18a389b7dadbbf626bb92876116df977c5 /proto.h
parent270d1e3932d8fd3e603e87df650a603bf9eefa79 (diff)
downloadperl-800e9ae0504a9c74de77c7ab0037cc96b5df4995.tar.gz
added patch, tweaked missed files, excised comment that doesn't really
belong in the sources Message-Id: <H00000e500072c63@MHS> Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup p4raw-id: //depot/perl@1165
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index d7b7762d10..78e6c1b074 100644
--- a/proto.h
+++ b/proto.h
@@ -34,7 +34,6 @@ VIRTUAL bool avhv_exists _((AV *ar, char* key, U32 klen));
VIRTUAL bool avhv_exists_ent _((AV *ar, SV* keysv, U32 hash));
VIRTUAL SV** avhv_fetch _((AV *ar, char* key, U32 klen, I32 lval));
VIRTUAL SV** avhv_fetch_ent _((AV *ar, SV* keysv, I32 lval, U32 hash));
-VIRTUAL I32 avhv_iterinit _((AV *ar));
VIRTUAL HE* avhv_iternext _((AV *ar));
VIRTUAL SV * avhv_iternextsv _((AV *ar, char** key, I32* retlen));
VIRTUAL SV* avhv_iterval _((AV *ar, HE* entry));