]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-oper.h
Fix PING-PONG handling when processing backlog in read buffers
[ngircd-alex.git] / src / ngircd / irc-oper.h
index 6d7600f9d36e1b208232add09886b6021e2ec796..bd68d4fb3931b58c45d96157ac3054ef337b538d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
+ * Copyright (c)2001-2011 Alexander Barton (alex@barton.de) and Contributors.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -9,7 +9,6 @@
  * Please read the file COPYING, README and AUTHORS for more information.
  */
 
-
 #ifndef __irc_oper_h__
 #define __irc_oper_h__
 
@@ -26,8 +25,8 @@ GLOBAL bool IRC_CONNECT PARAMS((CLIENT *Client, REQUEST *Req ));
 GLOBAL bool IRC_DISCONNECT PARAMS((CLIENT *Client, REQUEST *Req ));
 GLOBAL bool IRC_WALLOPS PARAMS(( CLIENT *Client, REQUEST *Req ));
 
+GLOBAL bool IRC_xLINE PARAMS((CLIENT *Client, REQUEST *Req));
 
 #endif
 
-
 /* -eof- */