]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/opserv.h
Fixed irc_topic() to honour server/hidden_host_type and associated config settings
[irc/evilnet/x3.git] / src / opserv.h
index 3847f6230e70c6e4a8afce64a8e82267c77f8382..616fc1326582176c44e84e3105ee89b7bab0d752 100644 (file)
@@ -5,7 +5,7 @@
  *
  * x3 is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -47,5 +47,7 @@ void routing_handle_connect_failure(struct server *source, char *server, char *m
 int activate_routing(struct svccmd *cmd, struct userNode *user, char *plan_name);
 void routing_handle_squit(char *server, char* uplink, char *message);
 void routing_handle_connect(char *server, char *uplink);
+void reroute_timer_reset(unsigned int time);
+void routing_init();
 
 #endif