X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/212380e3f42f585dc1ea927402252eb943f91f7b..07db71cda082d1d7db7bec491bb60aee5f1e2879:/include/packet.h diff --git a/include/packet.h b/include/packet.h index 13b7feb..fc0449b 100644 --- a/include/packet.h +++ b/include/packet.h @@ -21,14 +21,11 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: packet.h 813 2006-02-14 20:52:15Z nenolod $ */ #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 +45,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 */