summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 7880b72fc..742205fe5 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -109,11 +109,6 @@ char* ModuleError();
void NoticeAll(userrec *source, bool local_only, char* text, ...);
void NoticeAllOpers(userrec *source, bool local_only, char* text, ...);
-void NetSendMyRoutingTable();
-void DoSplit(const char* params);
-void RemoveServer(const char* name);
-void DoSync(serverrec* serv, char* tcp_host);
-
// optimization tricks to save us walking the user hash
void AddOper(userrec* user);