X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/d991e38239fcb4b495e364360310f2b6c59cac67..659dbfa585a6a38e19f433bec0bef3fb465f5dc9:/include/packet.h diff --git a/include/packet.h b/include/packet.h index 6f7e3d3..fc0449b 100644 --- a/include/packet.h +++ b/include/packet.h @@ -21,7 +21,6 @@ * 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 @@ -46,7 +45,6 @@ #define MAX_FLOOD 5 #define MAX_FLOOD_BURST MAX_FLOOD * 8 -extern PF read_ctrl_packet; extern PF read_packet; extern EVH flood_recalc; extern void flood_endgrace(struct Client *);