1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-11-01 06:23:00 +00:00

- "Code Cleanups".

This commit is contained in:
Alexander Barton
2001-12-26 14:45:37 +00:00
parent 6cb785e0a7
commit 08cf560734
12 changed files with 136 additions and 83 deletions

View File

@@ -9,17 +9,19 @@
* 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.2 2001/12/26 03:19:57 alex Exp $
* $Id: conf.h,v 1.3 2001/12/26 14:45:37 alex Exp $
*
* conf.h: Konfiguration des ngircd (Header)
*
* $Log: conf.h,v $
* Revision 1.3 2001/12/26 14:45:37 alex
* - "Code Cleanups".
*
* 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.
*
*/
@@ -27,8 +29,8 @@
#define __conf_h__
GLOBAL INT Conf_PING_Timeout;
GLOBAL INT Conf_PONG_Timeout;
GLOBAL INT Conf_PingTimeout;
GLOBAL INT Conf_PongTimeout;
GLOBAL VOID Conf_Init( VOID );