diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-25 11:21:52 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-25 11:21:52 +0000 |
commit | 61637bdbb3a84527d4f93c2ba8792a6efd29ba8f (patch) | |
tree | a5264235f7fee3518a1bdd6635decf0144212d04 /include/inspircd.h | |
parent | 3e0d9cff9ac2e3d59f3d04958092ab6b4750ffe0 (diff) |
Removal of mesh stuff (lots of)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1938 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 5 |
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); |