about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-02-27 23:23:53 +0000
committerAlexander Barton <alex@barton.de>2002-02-27 23:23:53 +0000
commitff54198f43eda3251eb117982728dd0cb145a921 (patch)
tree3fede2bb307079e39faf9d70dd6ff9d59f34b5a9 /src
parenta22a3d5f290a17b7455461afdaf6dfc010f5ddeb (diff)
downloadngircd-ff54198f43eda3251eb117982728dd0cb145a921.tar.gz
ngircd-ff54198f43eda3251eb117982728dd0cb145a921.zip
- Includes fuer einige Header bereinigt.
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/channel.c7
-rw-r--r--src/ngircd/client.c7
-rw-r--r--src/ngircd/conf.h7
3 files changed, 16 insertions, 5 deletions
diff --git a/src/ngircd/channel.c b/src/ngircd/channel.c
index 561d9aa0..23d807d9 100644
--- a/src/ngircd/channel.c
+++ b/src/ngircd/channel.c
@@ -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: channel.c,v 1.15 2002/02/27 20:32:10 alex Exp $
+ * $Id: channel.c,v 1.16 2002/02/27 23:23:53 alex Exp $
  *
  * channel.c: Management der Channels
  *
  * $Log: channel.c,v $
+ * Revision 1.16  2002/02/27 23:23:53  alex
+ * - Includes fuer einige Header bereinigt.
+ *
  * Revision 1.15  2002/02/27 20:32:10  alex
  * - neue Funktionen Channel_Topic() und Channel_SetTopic().
  *
@@ -79,7 +82,7 @@
 #include <string.h>
 
 #include "client.h"
-#include "irc.h"
+#include "irc-write.h"
 #include "log.h"
 #include "messages.h"
 
diff --git a/src/ngircd/client.c b/src/ngircd/client.c
index 07fd6481..cdb4f185 100644
--- a/src/ngircd/client.c
+++ b/src/ngircd/client.c
@@ -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: client.c,v 1.39 2002/02/27 18:22:09 alex Exp $
+ * $Id: client.c,v 1.40 2002/02/27 23:23:53 alex Exp $
  *
  * client.c: Management aller Clients
  *
@@ -21,6 +21,9 @@
  * Server gewesen, so existiert eine entsprechende CONNECTION-Struktur.
  *
  * $Log: client.c,v $
+ * Revision 1.40  2002/02/27 23:23:53  alex
+ * - Includes fuer einige Header bereinigt.
+ *
  * Revision 1.39  2002/02/27 18:22:09  alex
  * - neue Funktion Client_SetAway() und Client_Away() implementiert.
  *
@@ -169,7 +172,7 @@
 #include "channel.h"
 #include "conf.h"
 #include "conn.h"
-#include "irc.h"
+#include "irc-write.h"
 #include "log.h"
 #include "messages.h"
 
diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h
index 3c9cd213..0dbcc3fb 100644
--- a/src/ngircd/conf.h
+++ b/src/ngircd/conf.h
@@ -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: conf.h,v 1.9 2002/01/03 02:27:20 alex Exp $
+ * $Id: conf.h,v 1.10 2002/02/27 23:23:53 alex Exp $
  *
  * conf.h: Konfiguration des ngircd (Header)
  *
  * $Log: conf.h,v $
+ * Revision 1.10  2002/02/27 23:23:53  alex
+ * - Includes fuer einige Header bereinigt.
+ *
  * Revision 1.9  2002/01/03 02:27:20  alex
  * - das Server-Passwort kann nun konfiguriert werden.
  *
@@ -48,6 +51,8 @@
 
 #include <time.h>
 
+#include "conn.h"
+
 
 typedef struct _Conf_Oper
 {