]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/packet.h
Backed out changeset c04f6578869c
[irc/rqf/shadowircd.git] / include / packet.h
index 2283025644f719161897d52711ac91193134b71b..fc0449bfc9022ca74d09d5b96f45497b7ac5c72f 100644 (file)
@@ -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,8 +45,8 @@
 #define MAX_FLOOD 5
 #define MAX_FLOOD_BURST MAX_FLOOD * 8
 
-extern PF read_ctrl_packet;\r
-extern PF read_packet;\r
+extern PF read_packet;
 extern EVH flood_recalc;
+extern void flood_endgrace(struct Client *);
 
 #endif /* INCLUDED_packet_h */