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=028b33a08f1e801109d8d614bf299de4c402825a;hp=2b53664d0416c70bada00e4a8f888b17fae3b4bf;hb=c2f60abe55b5a8d320a27df0ce41790fa1141081;hpb=be7683c79b143221538b866bb08eadd37ec6b254 diff --git a/src/ngircd/irc-mode.h b/src/ngircd/irc-mode.h index 2b53664d..028b33a0 100644 --- a/src/ngircd/irc-mode.h +++ b/src/ngircd/irc-mode.h @@ -9,7 +9,7 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: irc-mode.h,v 1.3 2002/04/04 13:03:11 alex Exp $ + * $Id: irc-mode.h,v 1.4 2002/05/27 13:09:27 alex Exp $ * * irc-mode.h: IRC-Befehle zur Mode-Aenderung (MODE, AWAY, ...) (Header) */ @@ -18,12 +18,9 @@ #ifndef __irc_mode_h__ #define __irc_mode_h__ -#include "parse.h" -#include "client.h" - -GLOBAL BOOLEAN IRC_MODE( CLIENT *Client, REQUEST *Req ); -GLOBAL BOOLEAN IRC_AWAY( CLIENT *Client, REQUEST *Req ); +GLOBAL BOOLEAN IRC_MODE PARAMS((CLIENT *Client, REQUEST *Req )); +GLOBAL BOOLEAN IRC_AWAY PARAMS((CLIENT *Client, REQUEST *Req )); #endif