summaryrefslogtreecommitdiff
path: root/hash.h
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1991-11-05 06:28:23 +0000
committerLarry Wall <lwall@netlabs.com>1991-11-05 06:28:23 +0000
commit45d8adaa83210dbf286f70ae01d99f534e6c8052 (patch)
treefe8eafd2432c8a10e92f9f6e093936c682c83b63 /hash.h
parent99b89507a1fb507cf2635775ed834be00409c207 (diff)
downloadperl-45d8adaa83210dbf286f70ae01d99f534e6c8052.tar.gz
perl 4.0 patch 15: patch #11, continued
See patch #11.
Diffstat (limited to 'hash.h')
-rw-r--r--hash.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/hash.h b/hash.h
index 837cc96e0e..3ebd6a633b 100644
--- a/hash.h
+++ b/hash.h
@@ -1,4 +1,4 @@
-/* $RCSfile: hash.h,v $$Revision: 4.0.1.1 $$Date: 91/06/07 11:10:33 $
+/* $RCSfile: hash.h,v $$Revision: 4.0.1.2 $$Date: 91/11/05 17:24:31 $
*
* Copyright (c) 1991, Larry Wall
*
@@ -6,6 +6,9 @@
* License or the Artistic License, as specified in the README file.
*
* $Log: hash.h,v $
+ * Revision 4.0.1.2 91/11/05 17:24:31 lwall
+ * patch11: random cleanup
+ *
* Revision 4.0.1.1 91/06/07 11:10:33 lwall
* patch4: new copyright notice
*
@@ -59,6 +62,7 @@ STR *hdelete();
HASH *hnew();
void hclear();
void hentfree();
+void hfree();
int hiterinit();
HENT *hiternext();
char *hiterkey();