]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/hash.h
Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
[ngircd-alex.git] / src / ngircd / hash.h
index aa5da369d6ec229ad06a526d51b81b36b2118243..ea6247be90a5f2b76e43f9a8138372d37389e650 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: hash.h,v 1.4 2002/12/12 12:23:43 alex Exp $
+ * $Id: hash.h,v 1.5 2005/03/19 18:43:48 fw Exp $
  *
  * Hash calculation (header)
  */
@@ -18,7 +18,7 @@
 #define __hash_h__
 
 
-GLOBAL UINT32 Hash PARAMS((CHAR *String ));
+GLOBAL UINT32 Hash PARAMS((char *String ));
 
 
 #endif