X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fhash.c;h=7e5ad9d61cb38376f7ea322ed19a2b1e52fb54e2;hp=46d1a7b40f931bf16376bec15cef19e288a08d40;hb=a13bb78b1e7adf7c261ac427341c397ef9a6a1ed;hpb=259c314d142abd6f9295047c116235cfdd119563 diff --git a/src/ngircd/hash.c b/src/ngircd/hash.c index 46d1a7b4..7e5ad9d6 100644 --- a/src/ngircd/hash.c +++ b/src/ngircd/hash.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2010 Alexander Barton (alex@barton.de) + * Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors. * * 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 @@ -22,8 +22,6 @@ #include "defines.h" #include "tool.h" -#include "hash.h" - static UINT32 jenkins_hash PARAMS((UINT8 *k, UINT32 length, UINT32 initval)); /**