X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=053d2a9ab9248c26b05e2ba80cb5428100b358a8;hp=1f79fc2effaf6ad33755c65aae16f5a70c39db4d;hb=24c766fa55a1c871816097729291d45c1c599415;hpb=cbc1e59fb23dd1f2a92bba4188a7ffe87360f046 diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index 1f79fc2e..053d2a9a 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 comBase beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: conf.h,v 1.1 2001/12/12 17:18:20 alex Exp $ + * $Id: conf.h,v 1.2 2001/12/26 03:19:57 alex Exp $ * * conf.h: Konfiguration des ngircd (Header) * * $Log: conf.h,v $ + * Revision 1.2 2001/12/26 03:19:57 alex + * - erste Konfigurations-Variablen definiert: PING/PONG-Timeout. + * * Revision 1.1 2001/12/12 17:18:20 alex * - Modul fuer Server-Konfiguration begonnen. * @@ -24,6 +27,10 @@ #define __conf_h__ +GLOBAL INT Conf_PING_Timeout; +GLOBAL INT Conf_PONG_Timeout; + + GLOBAL VOID Conf_Init( VOID ); GLOBAL VOID Conf_Exit( VOID );