diff options
| author | Alexander Barton <alex@barton.de> | 2002-03-27 16:40:31 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-03-27 16:40:31 +0000 |
| commit | e8668cf5933c7b0ababcca3d8171c765ec704504 (patch) | |
| tree | 2bd764ceb8af84b78fe4fdf0f771a77573e44173 /src | |
| parent | bdf53a6d29e091b4679a9c7f2fa8ea00fc4e05fd (diff) | |
| download | ngircd-e8668cf5933c7b0ababcca3d8171c765ec704504.tar.gz ngircd-e8668cf5933c7b0ababcca3d8171c765ec704504.zip | |
- NGIRCd_ConfFile definiert.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/ngircd.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ngircd/ngircd.h b/src/ngircd/ngircd.h index 046a84be..3ae74259 100644 --- a/src/ngircd/ngircd.h +++ b/src/ngircd/ngircd.h @@ -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: 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" */ @@ -20,6 +20,8 @@ #include <time.h> +#include "defines.h" + GLOBAL time_t NGIRCd_Start; /* Startzeitpunkt des Daemon */ 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_ConfFile[FNAME_LEN]; /* Konfigurationsdatei */ + GLOBAL CHAR *NGIRCd_Version( VOID ); GLOBAL CHAR *NGIRCd_VersionAddition( VOID ); |