about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-02-17 23:40:32 +0000
committerAlexander Barton <alex@barton.de>2002-02-17 23:40:32 +0000
commitefe152336c7eca274b4f6d3e59963d6fce73577d (patch)
treec897bf9a1bc981c4713c37cab30d70aa0902de83 /src
parent3fbbfe44edbdc62afb604e3126ae8a2c88d424ee (diff)
downloadngircd-efe152336c7eca274b4f6d3e59963d6fce73577d.tar.gz
ngircd-efe152336c7eca274b4f6d3e59963d6fce73577d.zip
- Neue Funktion NGIRCd_VersionAddition().
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/ngircd.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ngircd/ngircd.h b/src/ngircd/ngircd.h
index 47fb7eae..81ef8f46 100644
--- a/src/ngircd/ngircd.h
+++ b/src/ngircd/ngircd.h
@@ -9,11 +9,14 @@
  * 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.8 2002/01/18 11:12:11 alex Exp $
+ * $Id: ngircd.h,v 1.9 2002/02/17 23:40:32 alex Exp $
  *
  * ngircd.h: Prototypen aus dem "Haupt-Modul"
  *
  * $Log: ngircd.h,v $
+ * Revision 1.9  2002/02/17 23:40:32  alex
+ * - Neue Funktion NGIRCd_VersionAddition().
+ *
  * Revision 1.8  2002/01/18 11:12:11  alex
  * - der Sniffer wird nun nur noch aktiviert, wenn auf Kommandozeile angegeben.
  *
@@ -64,8 +67,8 @@ GLOBAL BOOLEAN NGIRCd_NoDaemon;		/* nicht im Hintergrund laufen */
 GLOBAL BOOLEAN NGIRCd_Quit;		/* TRUE: ngIRCd beenden */
 GLOBAL BOOLEAN NGIRCd_Restart;		/* TRUE: neu starten */
 
-
 GLOBAL CHAR *NGIRCd_Version( VOID );
+GLOBAL CHAR *NGIRCd_VersionAddition( VOID );
 
 
 #endif