]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/hash.c
add const qualifier to Hash() and Matche() Arguments
[ngircd-alex.git] / src / ngircd / hash.c
index 3bf2417fd146027d7ed2e147c9bd3e15ae122cea..d9aa79bb1f1b93478a9f1dd7c0e135ac7ed62408 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: hash.c,v 1.12 2005/07/31 20:13:08 alex Exp $";
+static char UNUSED id[] = "$Id: hash.c,v 1.13 2006/10/06 21:23:47 fw Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -31,7 +31,7 @@ static UINT32 jenkins_hash PARAMS(( register UINT8 *k, register UINT32 length, r
 
 
 GLOBAL UINT32
-Hash( char *String )
+Hash( const char *String )
 {
        /* Hash-Wert ueber String berechnen */