X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fhash.h;h=577d1f52711b50790af510d809a31efbc25ac01a;hb=60eac5e952ef4096557d63e323e34498cc88928f;hp=c4da11ad6aed0a52f9c8f216a03febc0dabc9a08;hpb=1934257636d635b835183466d24714a2ae91bf9c;p=ngircd-alex.git diff --git a/src/ngircd/hash.h b/src/ngircd/hash.h index c4da11ad..577d1f52 100644 --- a/src/ngircd/hash.h +++ b/src/ngircd/hash.h @@ -2,24 +2,22 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * 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 + * 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.3 2002/05/27 12:54:07 alex Exp $ + * $Id: hash.h,v 1.6 2006/10/06 21:23:47 fw Exp $ * - * hash.h: Hash-Werte berechnen (Header) + * Hash calculation (header) */ #ifndef __hash_h__ #define __hash_h__ - -GLOBAL UINT32 Hash PARAMS((CHAR *String )); +GLOBAL UINT32 Hash PARAMS((const char *String )); #endif