]> jfr.im git - solanum.git/blobdiff - include/ircd.h
ircd: fix up some iwarn() calls which referred to L_MAIN
[solanum.git] / include / ircd.h
index 0061950313ad8627ff82397e2ddb0998e4353263..a53b10f746d9b87567621bd4a67fcb4b047945e9 100644 (file)
@@ -20,8 +20,6 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
- *
- *  $Id: ircd.h 1851 2006-08-24 17:16:53Z jilles $
  */
 
 #ifndef INCLUDED_ircd_h
@@ -61,9 +59,9 @@ extern struct SetOptions GlobalSetOptions;    /* defined in ircd.c */
 
 extern const char *creation;
 extern const char *generation;
-extern const char *platform;
 extern const char *infotext[];
 extern const char *serno;
+extern const unsigned long int datecode;
 extern const char *ircd_version;
 extern const char *logFileName;
 extern const char *pidFileName;
@@ -80,7 +78,6 @@ extern struct Client me;
 extern rb_dlink_list global_client_list;
 extern struct Client *local[];
 extern struct Counter Count;
-extern struct timeval SystemTime;
 extern int default_server_capabs;
 
 extern time_t startup_time;
@@ -89,7 +86,7 @@ extern int splitmode;
 extern int splitchecking;
 extern int split_users;
 extern int split_servers;
-int eob_count;
+extern int eob_count;
 
 extern rb_dlink_list unknown_list;
 extern rb_dlink_list lclient_list;
@@ -103,6 +100,10 @@ extern int testing_conf;
 
 extern struct ev_entry *check_splitmode_ev;
 
+extern int ssl_ok;
+extern int zlib_ok;
 extern int maxconnections;
 
+void ircd_shutdown(const char *reason);
+
 #endif