X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fhash.h;h=577d1f52711b50790af510d809a31efbc25ac01a;hb=fd4dfccc30fdbb61120e3c51f4b987cc725b603d;hp=ea6247be90a5f2b76e43f9a8138372d37389e650;hpb=8adff5922376676c2eeb49de1cbab86cc345b887;p=ngircd-alex.git diff --git a/src/ngircd/hash.h b/src/ngircd/hash.h index ea6247be..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.5 2005/03/19 18:43:48 fw 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