Author: Bleep <helveytw@home.com>
[ircu2.10.12-pk.git] / include / hash.h
index 79f882774fc5a96445cbc259f251bc98b2ef01d8..05b36d9c00101e8ad861e0b6e59d024074a6dc60 100644 (file)
@@ -61,7 +61,7 @@ struct Channel;
  * Proto types
  */
 
-extern void hash_init(void);    /* Call me on startup */
+extern void init_hash(void);    /* Call me on startup */
 extern int hAddClient(struct Client *cptr);
 extern int hAddChannel(struct Channel *chptr);
 extern int hRemClient(struct Client *cptr);