X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fhash.h;h=b28ff4db44607b8e7009318410be4bffea200bf7;hp=c4da11ad6aed0a52f9c8f216a03febc0dabc9a08;hb=32f63abb59b5c9f47b4d517e0bbf9cc73fd044dc;hpb=1934257636d635b835183466d24714a2ae91bf9c diff --git a/src/ngircd/hash.h b/src/ngircd/hash.h index c4da11ad..b28ff4db 100644 --- a/src/ngircd/hash.h +++ b/src/ngircd/hash.h @@ -2,27 +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.3 2002/05/27 12:54:07 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) + */ -GLOBAL UINT32 Hash PARAMS((CHAR *String )); - +GLOBAL UINT32 Hash PARAMS((const char *String )); #endif - /* -eof- */