X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fhash.h;h=c4da11ad6aed0a52f9c8f216a03febc0dabc9a08;hb=6d81286b08b8fbea5827113b55c4ef8f5e193006;hp=80caed892800cb869149c01e58e34ffce7d728b1;hpb=8a45b177ce478d466d42d59767c4e73405b616b0;p=ngircd-alex.git diff --git a/src/ngircd/hash.h b/src/ngircd/hash.h index 80caed89..c4da11ad 100644 --- a/src/ngircd/hash.h +++ b/src/ngircd/hash.h @@ -9,7 +9,7 @@ * 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 $ + * $Id: hash.h,v 1.3 2002/05/27 12:54:07 alex Exp $ * * hash.h: Hash-Werte berechnen (Header) */ @@ -19,6 +19,9 @@ #define __hash_h__ +GLOBAL UINT32 Hash PARAMS((CHAR *String )); + + #endif