]> jfr.im git - solanum.git/blobdiff - include/ircd.h
Merge pull request #162 from maxteufel/umode_noctcp
[solanum.git] / include / ircd.h
index ec8192ba94d329a92e6f8fdf47676edbbb1e6eda..57f7c4bca5d989624c5e17fd8447d525a56d9d04 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,7 +59,6 @@ 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 char *ircd_version;
@@ -80,7 +77,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;
@@ -99,11 +95,6 @@ extern rb_dlink_list local_oper_list;
 extern rb_dlink_list oper_list;
 extern rb_dlink_list dead_list;
 
-extern rb_bh *channel_heap;
-extern rb_bh *ban_heap;
-extern rb_bh *topic_heap;
-extern rb_bh *member_heap;
-
 extern int testing_conf;
 
 extern struct ev_entry *check_splitmode_ev;