X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fngircd%2Fhash.h;h=577d1f52711b50790af510d809a31efbc25ac01a;hb=4e56e5341f632827af3810e26cd59ac0c15b642b;hp=aa5da369d6ec229ad06a526d51b81b36b2118243;hpb=c7f075236b5930f191e784a69c782e7a9d24bc58;p=ngircd-alex.git diff --git a/src/ngircd/hash.h b/src/ngircd/hash.h index aa5da369..577d1f52 100644 --- a/src/ngircd/hash.h +++ b/src/ngircd/hash.h @@ -8,7 +8,7 @@ * (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 $ + * $Id: hash.h,v 1.6 2006/10/06 21:23:47 fw Exp $ * * Hash calculation (header) */ @@ -17,8 +17,7 @@ #ifndef __hash_h__ #define __hash_h__ - -GLOBAL UINT32 Hash PARAMS((CHAR *String )); +GLOBAL UINT32 Hash PARAMS((const char *String )); #endif