X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fhash.h;h=b28ff4db44607b8e7009318410be4bffea200bf7;hp=aa5da369d6ec229ad06a526d51b81b36b2118243;hb=00249f3c805ec0b4564901dce0f3a7b0c20ce439;hpb=c7f075236b5930f191e784a69c782e7a9d24bc58 diff --git a/src/ngircd/hash.h b/src/ngircd/hash.h index aa5da369..b28ff4db 100644 --- a/src/ngircd/hash.h +++ b/src/ngircd/hash.h @@ -7,21 +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.4 2002/12/12 12:23:43 alex Exp $ - * - * Hash calculation (header) */ - #ifndef __hash_h__ #define __hash_h__ +/** + * @file + * Hash calculation (header) + */ -GLOBAL UINT32 Hash PARAMS((CHAR *String )); - +GLOBAL UINT32 Hash PARAMS((const char *String )); #endif - /* -eof- */