]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/ngircd.h
- der Server meldet nun eine ordentliche "Start-Zeit".
[ngircd-alex.git] / src / ngircd / ngircd.h
index df60f25c9b44861040d15767a7166229c3c225e7..e23279b6daf17c58337bce336cf6b558304f4414 100644 (file)
@@ -9,17 +9,19 @@
  * 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.2 2001/12/12 23:30:01 alex Exp $
+ * $Id: ngircd.h,v 1.3 2001/12/30 11:42:00 alex Exp $
  *
  * ngircd.h: Prototypen aus dem "Haupt-Modul"
  *
  * $Log: ngircd.h,v $
+ * Revision 1.3  2001/12/30 11:42:00  alex
+ * - der Server meldet nun eine ordentliche "Start-Zeit".
+ *
  * 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.
- *
+ * - Imported sources to CVS.
  */
 
 
@@ -27,6 +29,9 @@
 #define __ngircd_h__
 
 
+GLOBAL time_t NGIRCd_Start;            /* Startzeitpunkt des Daemon */
+GLOBAL CHAR NGIRCd_StartStr[64];
+
 GLOBAL BOOLEAN NGIRCd_Quit;            /* TRUE: Hauptschleife beenden */