X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fhash.h;h=577d1f52711b50790af510d809a31efbc25ac01a;hb=ef3327d372c159bd2a395d6854843982a5e9c54d;hp=aacce61d0402d3f46757a33ee17a65e0c98b42db;hpb=b422b11865a6243c070983e3a80ea226904f0edc;p=ngircd-alex.git diff --git a/src/ngircd/hash.h b/src/ngircd/hash.h index aacce61d..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.2 2002/03/14 15:49:36 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( CHAR *String ); +GLOBAL UINT32 Hash PARAMS((const char *String )); #endif