From b6e565ac5c6acb7d1f15bdf942f946154df0c226 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 15 Mar 1999 15:33:21 +0000 Subject: [PATCH] (hash_insert): Update prototype. --- lib/hash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hash.h b/lib/hash.h index 0cbb27e3a..b046bfe9a 100644 --- a/lib/hash.h +++ b/lib/hash.h @@ -1,5 +1,5 @@ /* hash - hashing table processing. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 1999 Free Software Foundation, Inc. Written by Jim Meyering , 1998. This program is free software; you can redistribute it and/or modify @@ -99,5 +99,5 @@ void hash_free PARAMS ((Hash_table *)); /* Insertion and deletion. */ bool hash_rehash PARAMS ((Hash_table *, unsigned int)); -void *hash_insert PARAMS ((Hash_table *, const void *, bool *)); +void *hash_insert PARAMS ((Hash_table *, const void *)); void *hash_delete PARAMS ((Hash_table *, const void *)); -- 2.11.0