diff options
Diffstat (limited to 'libihash/priv.h')
-rw-r--r-- | libihash/priv.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libihash/priv.h b/libihash/priv.h index 5d235700..f31bf6c6 100644 --- a/libihash/priv.h +++ b/libihash/priv.h @@ -1,6 +1,5 @@ -/* Private declaration for ihash library - Copyright (C) 1996 Free Software Foundation, Inc. - Written by Michael I. Bushnell, p/BSG. +/* Private declarations for ihash library + Copyright (C) 1996,2001 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -18,4 +17,5 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ -int _ihash_nextprime (unsigned); +extern const unsigned int _ihash_sizes[]; +const unsigned int _ihash_nsizes; |