repo: ngircd action: commit revision: path_from: revision_from: ff54198f43eda3251eb117982728dd0cb145a921: path_to: revision_to:
commit ff54198f43eda3251eb117982728dd0cb145a921 Author: Alexander BartonDate: Wed Feb 27 23:23:53 2002 +0000 - Includes fuer einige Header bereinigt. diff --git a/src/ngircd/channel.c b/src/ngircd/channel.c
--- 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#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
--- 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
--- 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+#include "conn.h" + typedef struct _Conf_Oper {
-----END OF PAGE-----