X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fhash.h;h=b28ff4db44607b8e7009318410be4bffea200bf7;hb=5c6875d7686e1b4dbf1a82b6d159bd5f18da4a52;hp=577d1f52711b50790af510d809a31efbc25ac01a;hpb=61966a6088f770ff28b6209a484b44aaf478dbd6;p=ngircd-alex.git diff --git a/src/ngircd/hash.h b/src/ngircd/hash.h index 577d1f52..b28ff4db 100644 --- a/src/ngircd/hash.h +++ b/src/ngircd/hash.h @@ -7,20 +7,18 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. - * - * $Id: hash.h,v 1.6 2006/10/06 21:23:47 fw Exp $ - * - * Hash calculation (header) */ - #ifndef __hash_h__ #define __hash_h__ -GLOBAL UINT32 Hash PARAMS((const char *String )); +/** + * @file + * Hash calculation (header) + */ +GLOBAL UINT32 Hash PARAMS((const char *String )); #endif - /* -eof- */