X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Firc-login.h;h=405d540e2ce041b2548d69807535b39e62a2e0e9;hb=c4d78a346942afdaf6bd19f8cad88d6678eaa608;hp=17a7c533babea9e3262ec37d36c1cfc97135c731;hpb=2ee05c9a6856d78f996dfbc991452e4cc1c58c37;p=ngircd-alex.git diff --git a/src/ngircd/irc-login.h b/src/ngircd/irc-login.h index 17a7c533..405d540e 100644 --- a/src/ngircd/irc-login.h +++ b/src/ngircd/irc-login.h @@ -9,32 +9,22 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: irc-login.h,v 1.2 2002/03/03 17:15:11 alex Exp $ + * $Id: irc-login.h,v 1.4 2002/05/27 13:09:27 alex Exp $ * * irc-login.h: Anmeldung und Abmeldung im IRC (Header) - * - * $Log: irc-login.h,v $ - * Revision 1.2 2002/03/03 17:15:11 alex - * - Source in weitere Module fuer IRC-Befehle aufgesplitted. - * - * Revision 1.1 2002/02/27 23:26:21 alex - * - Modul aus irc.c bzw. irc.h ausgegliedert. */ #ifndef __irc_login_h__ #define __irc_login_h__ -#include "parse.h" -#include "client.h" - -GLOBAL BOOLEAN IRC_PASS( CLIENT *Client, REQUEST *Req ); -GLOBAL BOOLEAN IRC_NICK( CLIENT *Client, REQUEST *Req ); -GLOBAL BOOLEAN IRC_USER( CLIENT *Client, REQUEST *Req ); -GLOBAL BOOLEAN IRC_PING( CLIENT *Client, REQUEST *Req ); -GLOBAL BOOLEAN IRC_PONG( CLIENT *Client, REQUEST *Req ); -GLOBAL BOOLEAN IRC_QUIT( CLIENT *Client, REQUEST *Req ); +GLOBAL BOOLEAN IRC_PASS PARAMS((CLIENT *Client, REQUEST *Req )); +GLOBAL BOOLEAN IRC_NICK PARAMS((CLIENT *Client, REQUEST *Req )); +GLOBAL BOOLEAN IRC_USER PARAMS((CLIENT *Client, REQUEST *Req )); +GLOBAL BOOLEAN IRC_PING PARAMS((CLIENT *Client, REQUEST *Req )); +GLOBAL BOOLEAN IRC_PONG PARAMS((CLIENT *Client, REQUEST *Req )); +GLOBAL BOOLEAN IRC_QUIT PARAMS((CLIENT *Client, REQUEST *Req )); #endif