summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-16 13:12:32 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-16 13:12:32 +0000
commit0dbcc361f24e1106cf233afd0f46c99f8f2d4d0c (patch)
tree96ae3d8e85eca54b09064245230a5aaceaf0c12c /include
parentfcc46b271ae45263cb2f7879b9f580655855363c (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h2
1 files changed, 1 insertions, 1 deletions
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();