X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=hash.h;h=161fcf509940ccd43120b31c8b9e9c01a8edc16e;hb=f31f6d8cf4bda52b8ef1b1d1d280884e904429a9;hp=f26ad05cd06964edaa937df74d657fd2c9596a47;hpb=ce8be6edbed5c435a8f957781a26e6f9eac6fcec;p=onak.git diff --git a/hash.h b/hash.h index f26ad05..161fcf5 100644 --- a/hash.h +++ b/hash.h @@ -1,11 +1,20 @@ /* * hash.h - hashing routines mainly used for caching key details. * - * Jonathan McDowell + * Copyright 2000-2002 Jonathan McDowell * - * Copyright 2000-2002 Project Purple + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation; version 2 of the License. * - * $Id: hash.h,v 1.5 2003/10/11 21:52:18 noodles Exp $ + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 51 + * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __HASH_H__ @@ -13,6 +22,7 @@ #include "keystructs.h" #include "ll.h" +#include "stats.h" #define HASHSIZE 1024 #define HASHMASK 0x3FF