]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/hash.h
Spelling fix: "nick name" -> "nickname"
[ngircd-alex.git] / src / ngircd / hash.h
index ea6247be90a5f2b76e43f9a8138372d37389e650..b28ff4db44607b8e7009318410be4bffea200bf7 100644 (file)
@@ -7,21 +7,18 @@
  * 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.5 2005/03/19 18:43:48 fw Exp $
- *
- * Hash calculation (header)
  */
 
-
 #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- */