]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/hash.h
Don't allow +Z to be set by default_umodes
[irc/rqf/shadowircd.git] / include / hash.h
index a28a8d4ca59f9a6d08091751e1b08b9e68bec287..cc4e4805512a2967bcd1c6c10fcf706f3b56ddc7 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: hash.h 3177 2007-02-01 00:19:14Z jilles $
  */
 
 #ifndef INCLUDED_hash_h
@@ -45,7 +44,7 @@ extern struct Dictionary *nd_dict;
 #define U_MAX_BITS 17
 #define U_MAX 131072 /* 2^17 */
 
-/* Client fd hash table size, used in hash.c */\r
+/* Client fd hash table size, used in hash.c */
 #define CLI_FD_MAX 4096
 
 /* Channel hash table size, hash.c/s_debug.c */
@@ -101,8 +100,8 @@ extern void del_from_resv_hash(const char *name, struct ConfItem *aconf);
 extern struct ConfItem *hash_find_resv(const char *name);
 extern void clear_resv_hash(void);
 
-void add_to_cli_fd_hash(struct Client *client_p);\r
-void del_from_cli_fd_hash(struct Client *client_p);\r
+void add_to_cli_fd_hash(struct Client *client_p);
+void del_from_cli_fd_hash(struct Client *client_p);
 struct Client *find_cli_fd_hash(int fd);
 
 extern void hash_stats(struct Client *);