X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fhash.h;h=b28ff4db44607b8e7009318410be4bffea200bf7;hb=7d7eb735f0c8b541e7809a68cb49174605147904;hp=80caed892800cb869149c01e58e34ffce7d728b1;hpb=8a45b177ce478d466d42d59767c4e73405b616b0;p=ngircd-alex.git diff --git a/src/ngircd/hash.h b/src/ngircd/hash.h index 80caed89..b28ff4db 100644 --- a/src/ngircd/hash.h +++ b/src/ngircd/hash.h @@ -2,24 +2,23 @@ * 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. - * - * $Id: hash.h,v 1.1 2002/03/14 15:31:22 alex Exp $ - * - * hash.h: Hash-Werte berechnen (Header) + * 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. */ - #ifndef __hash_h__ #define __hash_h__ +/** + * @file + * Hash calculation (header) + */ -#endif +GLOBAL UINT32 Hash PARAMS((const char *String )); +#endif /* -eof- */