]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-oper.h
Implement IRC_xLINE(): handler for "GLINE" and "KLINE" commands
[ngircd-alex.git] / src / ngircd / irc-oper.h
index 7d67a0bf77a3708653d8ecc4c6c4cfaffe732b99..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
@@ -25,6 +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- */