From 0dbcc361f24e1106cf233afd0f46c99f8f2d4d0c Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 16 Apr 2004 13:12:32 +0000 Subject: Added ability to update routing table on the fly if a connection is lost git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@612 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index b9e6dec15..cfdb313f0 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -123,5 +123,5 @@ void NetSendToCommon(userrec* u, char* s); void NetSendToAll(char* s); void NetSendToOne(char* target,char* s); void NetSendToAllExcept(char* target,char* s); - +void NetSendMyRoutingTable(); -- cgit v1.2.3