X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/0272358ecd076f0c513b1bc45d97d06f9d45ba3a..bde4a3377a39958f36f1224d0ad7f0f830702493:/src/opserv.h diff --git a/src/opserv.h b/src/opserv.h index 3847f62..616fc13 100644 --- a/src/opserv.h +++ b/src/opserv.h @@ -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