]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/packet.h
Added m_cycle and added it to all the appropriate locations.
[irc/rqf/shadowircd.git] / include / packet.h
index 13b7febfb9f5cd6abdd9dca12c6511492c303f2b..e66dd5281342f69f67b5ef42fc7a7ef9946d7457 100644 (file)
@@ -27,8 +27,6 @@
 #ifndef INCLUDED_packet_h
 #define INCLUDED_packet_h
 
-#include "commio.h"
-
 /*
  * this hides in here rather than a config.h because it really shouldn't
  * be tweaked unless you *REALLY REALLY* know what you're doing!
@@ -48,9 +46,8 @@
 #define MAX_FLOOD 5
 #define MAX_FLOOD_BURST MAX_FLOOD * 8
 
-extern PF read_ctrl_packet;
 extern PF read_packet;
-extern PF flood_recalc;
+extern EVH flood_recalc;
 extern void flood_endgrace(struct Client *);
 
 #endif /* INCLUDED_packet_h */