about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-09-02 19:01:11 +0000
committerAlexander Barton <alex@barton.de>2002-09-02 19:01:11 +0000
commitff07226814b8286e3f485d0d74a484199b4d07ec (patch)
tree514c1991015598c5eab4d50a08d6948d56cf5cb0
parent65b31ffbb261dbf96a220afa232532787da9458f (diff)
downloadngircd-ff07226814b8286e3f485d0d74a484199b4d07ec.tar.gz
ngircd-ff07226814b8286e3f485d0d74a484199b4d07ec.zip
- neue Variable: NGIRCd_ProtoID (Protokoll- und Server-ID fuer "PASS"-Befehl)
-rw-r--r--src/ngircd/ngircd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ngircd/ngircd.h b/src/ngircd/ngircd.h
index b22e46ce..73648948 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.13 2002/05/27 13:09:27 alex Exp $
+ * $Id: ngircd.h,v 1.14 2002/09/02 19:01:11 alex Exp $
  *
  * ngircd.h: Prototypen aus dem "Haupt-Modul"
  */
@@ -45,6 +45,8 @@ GLOBAL CHAR NGIRCd_DebugLevel[2];	/* Debug-Level fuer IRC_VERSION() */
 
 GLOBAL CHAR NGIRCd_ConfFile[FNAME_LEN];	/* Konfigurationsdatei */
 
+GLOBAL CHAR NGIRCd_ProtoID[1024];	/* Protokoll- und Server-Identifikation */
+
 GLOBAL CHAR *NGIRCd_Version PARAMS((VOID ));
 GLOBAL CHAR *NGIRCd_VersionAddition PARAMS((VOID ));