]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- Anpassungen an Aufteilung von irc.d, Init- und Exit-Funktionen entfernt.
authorAlexander Barton <alex@barton.de>
Wed, 27 Feb 2002 23:25:31 +0000 (23:25 +0000)
committerAlexander Barton <alex@barton.de>
Wed, 27 Feb 2002 23:25:31 +0000 (23:25 +0000)
src/ngircd/parse.c

index b0706ef2f9fac57c536c822b3b72698c4e336f93..b071f8f336b8ed32015ff969643d42c90a161500 100644 (file)
@@ -9,11 +9,14 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: parse.c,v 1.27 2002/02/27 20:33:13 alex Exp $
+ * $Id: parse.c,v 1.28 2002/02/27 23:25:31 alex Exp $
  *
  * parse.c: Parsen der Client-Anfragen
  *
  * $Log: parse.c,v $
+ * Revision 1.28  2002/02/27 23:25:31  alex
+ * - Anpassungen an Aufteilung von irc.d, Init- und Exit-Funktionen entfernt.
+ *
  * Revision 1.27  2002/02/27 20:33:13  alex
  * - Channel-Topics implementiert.
  *
 #include "client.h"
 #include "conn.h"
 #include "irc.h"
+#include "irc-login.h"
+#include "irc-mode.h"
+#include "irc-write.h"
 #include "log.h"
 #include "messages.h"
 #include "tool.h"
@@ -138,16 +144,6 @@ LOCAL BOOLEAN Validate_Args( REQUEST *Req );
 LOCAL BOOLEAN Handle_Request( CONN_ID Idx, REQUEST *Req );
 
 
-GLOBAL VOID Parse_Init( VOID )
-{
-} /* Parse_Init */
-
-
-GLOBAL VOID Parse_Exit( VOID )
-{
-} /* Parse_Exit */
-
-
 GLOBAL BOOLEAN Parse_Request( CONN_ID Idx, CHAR *Request )
 {
        /* Client-Request parsen. Bei einem schwerwiegenden Fehler wird