X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=hash.c;h=62be39403cea96d40d84255a6f1af1aae680a3c9;hb=6df51fef2960f533a741fb7290867387ed3fbba5;hp=3aa5d749b3bca9691370ecb8d16a3a8ab0afcdfc;hpb=ce8be6edbed5c435a8f957781a26e6f9eac6fcec;p=onak.git diff --git a/hash.c b/hash.c index 3aa5d74..62be394 100644 --- a/hash.c +++ b/hash.c @@ -1,11 +1,19 @@ /* * hash.c - 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.c,v 1.10 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, see . */ #include @@ -16,6 +24,7 @@ #include "keystructs.h" #include "ll.h" #include "mem.h" +#include "stats.h" /** * hashtable - the hash table array.