summaryrefslogtreecommitdiffstats
path: root/lib/libc/ohash/ohash_enum.c
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2001-03-02 15:45:16 +0000
committerespie <espie@openbsd.org>2001-03-02 15:45:16 +0000
commit97fb86ffcd96865e6ffc912ed52502ca6f339d70 (patch)
tree9f1aa1ae3d59c961e8b74c25cc36d3640e2b8e4d /lib/libc/ohash/ohash_enum.c
parentFix preamble (diff)
downloadwireguard-openbsd-97fb86ffcd96865e6ffc912ed52502ca6f339d70.tar.xz
wireguard-openbsd-97fb86ffcd96865e6ffc912ed52502ca6f339d70.zip
Missed one hash->ohash
Diffstat (limited to 'lib/libc/ohash/ohash_enum.c')
-rw-r--r--lib/libc/ohash/ohash_enum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/ohash/ohash_enum.c b/lib/libc/ohash/ohash_enum.c
index 6c43e5e0263..3e22cddb671 100644
--- a/lib/libc/ohash/ohash_enum.c
+++ b/lib/libc/ohash/ohash_enum.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ohash_enum.c,v 1.1 2001/03/02 13:27:07 espie Exp $ */
+/* $OpenBSD: ohash_enum.c,v 1.2 2001/03/02 15:45:16 espie Exp $ */
/* ex:ts=8 sw=4:
*/
@@ -41,7 +41,7 @@ ohash_first(h, pos)
}
void *
-hash_next(h, pos)
+ohash_next(h, pos)
struct ohash *h;
unsigned int *pos;
{