]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- NGIRCd_Quit ist nun das globale Flag zum Beenden des ngircd.
authorAlexander Barton <alex@barton.de>
Wed, 12 Dec 2001 23:30:01 +0000 (23:30 +0000)
committerAlexander Barton <alex@barton.de>
Wed, 12 Dec 2001 23:30:01 +0000 (23:30 +0000)
src/ngircd/ngircd.h

index 8844adbc9d28018494a87659191484d8901beba3..df60f25c9b44861040d15767a7166229c3c225e7 100644 (file)
@@ -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.
  *
  * 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 $
  *
  * 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.
  *
  */
 
  *
  */
 
 #ifndef __ngircd_h__
 #define __ngircd_h__
 
 #ifndef __ngircd_h__
 #define __ngircd_h__
 
+
+GLOBAL BOOLEAN NGIRCd_Quit;            /* TRUE: Hauptschleife beenden */
+
+
 #endif
 
 
 #endif