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=cef76b303bb67459f7e94836feae264c11b75258;hb=a0c032b2ff96c04d8a2a5215f4183b99296826c3;hpb=c23199d971258be6266e1b933e5b38340267baa2 diff --git a/src/ngircd/irc-mode.h b/src/ngircd/irc-mode.h index cef76b30..028b33a0 100644 --- a/src/ngircd/irc-mode.h +++ b/src/ngircd/irc-mode.h @@ -9,29 +9,21 @@ * 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.1 2002/02/27 23:26:21 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) - * - * $Log: irc-mode.h,v $ - * Revision 1.1 2002/02/27 23:26:21 alex - * - Modul aus irc.c bzw. irc.h ausgegliedert. - * */ #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 -/* -eof- */ \ No newline at end of file +/* -eof- */