]> arthur.barton.de Git - ngircd-alex.git/blob - src/ngircd/ngircd.h
df60f25c9b44861040d15767a7166229c3c225e7
[ngircd-alex.git] / src / ngircd / ngircd.h
1 /*
2  * ngIRCd -- The Next Generation IRC Daemon
3  * Copyright (c)2001 by Alexander Barton (alex@barton.de)
4  *
5  * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
6  * der GNU General Public License (GPL), wie von der Free Software Foundation
7  * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2
8  * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version.
9  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
10  * der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS.
11  *
12  * $Id: ngircd.h,v 1.2 2001/12/12 23:30:01 alex Exp $
13  *
14  * ngircd.h: Prototypen aus dem "Haupt-Modul"
15  *
16  * $Log: ngircd.h,v $
17  * Revision 1.2  2001/12/12 23:30:01  alex
18  * - NGIRCd_Quit ist nun das globale Flag zum Beenden des ngircd.
19  *
20  * Revision 1.1.1.1  2001/12/11 21:53:04  alex
21  * Imported sources to CVS.
22  *
23  */
24
25
26 #ifndef __ngircd_h__
27 #define __ngircd_h__
28
29
30 GLOBAL BOOLEAN NGIRCd_Quit;             /* TRUE: Hauptschleife beenden */
31
32
33 #endif
34
35
36 /* -eof- */