about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2001-12-12 23:30:01 +0000
committerAlexander Barton <alex@barton.de>2001-12-12 23:30:01 +0000
commit0f6d3bdea35d69ba061cb08077c38909eab874c7 (patch)
treea52736216eb9424b1f52e9d27bb31188b957ee19 /src
parent789d2faa7be2a8f9f65a220febd0cef50893df63 (diff)
downloadngircd-0f6d3bdea35d69ba061cb08077c38909eab874c7.tar.gz
ngircd-0f6d3bdea35d69ba061cb08077c38909eab874c7.zip
- NGIRCd_Quit ist nun das globale Flag zum Beenden des ngircd.
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/ngircd.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/ngircd/ngircd.h b/src/ngircd/ngircd.h
index 8844adbc..df60f25c 100644
--- a/src/ngircd/ngircd.h
+++ b/src/ngircd/ngircd.h
@@ -9,13 +9,16 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: ngircd.h,v 1.1 2001/12/11 21:53:04 alex Exp $
+ * $Id: ngircd.h,v 1.2 2001/12/12 23:30:01 alex Exp $
  *
  * ngircd.h: Prototypen aus dem "Haupt-Modul"
  *
  * $Log: ngircd.h,v $
- * Revision 1.1  2001/12/11 21:53:04  alex
- * Initial revision
+ * Revision 1.2  2001/12/12 23:30:01  alex
+ * - NGIRCd_Quit ist nun das globale Flag zum Beenden des ngircd.
+ *
+ * Revision 1.1.1.1  2001/12/11 21:53:04  alex
+ * Imported sources to CVS.
  *
  */
 
@@ -23,6 +26,10 @@
 #ifndef __ngircd_h__
 #define __ngircd_h__
 
+
+GLOBAL BOOLEAN NGIRCd_Quit;		/* TRUE: Hauptschleife beenden */
+
+
 #endif