X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-oper.h;fp=src%2Fngircd%2Firc-oper.h;h=7d67a0bf77a3708653d8ecc4c6c4cfaffe732b99;hp=6d7600f9d36e1b208232add09886b6021e2ec796;hb=2a7dd06ebd9cc72d45a6a4becdbef5213d7b7800;hpb=ebfcdb088be271adfe17303163534956715b85e9 diff --git a/src/ngircd/irc-oper.h b/src/ngircd/irc-oper.h index 6d7600f9..7d67a0bf 100644 --- a/src/ngircd/irc-oper.h +++ b/src/ngircd/irc-oper.h @@ -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,6 @@ 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 )); - #endif - /* -eof- */