X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-mode.h;h=4447afb502ceb085dcba359231e5022e7aac9b0b;hp=9d13a7eb957e701b7b346dd6457b9d7a084e914d;hb=2a7dd06ebd9cc72d45a6a4becdbef5213d7b7800;hpb=03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c diff --git a/src/ngircd/irc-mode.h b/src/ngircd/irc-mode.h index 9d13a7eb..4447afb5 100644 --- a/src/ngircd/irc-mode.h +++ b/src/ngircd/irc-mode.h @@ -9,7 +9,6 @@ * Please read the file COPYING, README and AUTHORS for more information. */ - #ifndef __irc_mode_h__ #define __irc_mode_h__ @@ -21,8 +20,6 @@ GLOBAL bool IRC_MODE PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_AWAY PARAMS((CLIENT *Client, REQUEST *Req )); - #endif - /* -eof- */