mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-08 23:00:27 +00:00
- NGIRCd_ConfFile definiert.
This commit is contained in:
parent
bdf53a6d29
commit
e8668cf593
@ -9,7 +9,7 @@
|
|||||||
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||||
*
|
*
|
||||||
* $Id: ngircd.h,v 1.11 2002/03/12 14:37:52 alex Exp $
|
* $Id: ngircd.h,v 1.12 2002/03/27 16:40:31 alex Exp $
|
||||||
*
|
*
|
||||||
* ngircd.h: Prototypen aus dem "Haupt-Modul"
|
* ngircd.h: Prototypen aus dem "Haupt-Modul"
|
||||||
*/
|
*/
|
||||||
@ -20,6 +20,8 @@
|
|||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
|
#include "defines.h"
|
||||||
|
|
||||||
|
|
||||||
GLOBAL time_t NGIRCd_Start; /* Startzeitpunkt des Daemon */
|
GLOBAL time_t NGIRCd_Start; /* Startzeitpunkt des Daemon */
|
||||||
GLOBAL CHAR NGIRCd_StartStr[64];
|
GLOBAL CHAR NGIRCd_StartStr[64];
|
||||||
@ -41,6 +43,8 @@ GLOBAL BOOLEAN NGIRCd_Restart; /* TRUE: neu starten */
|
|||||||
|
|
||||||
GLOBAL CHAR NGIRCd_DebugLevel[2]; /* Debug-Level fuer IRC_VERSION() */
|
GLOBAL CHAR NGIRCd_DebugLevel[2]; /* Debug-Level fuer IRC_VERSION() */
|
||||||
|
|
||||||
|
GLOBAL CHAR NGIRCd_ConfFile[FNAME_LEN]; /* Konfigurationsdatei */
|
||||||
|
|
||||||
GLOBAL CHAR *NGIRCd_Version( VOID );
|
GLOBAL CHAR *NGIRCd_Version( VOID );
|
||||||
GLOBAL CHAR *NGIRCd_VersionAddition( VOID );
|
GLOBAL CHAR *NGIRCd_VersionAddition( VOID );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user