summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-16 15:23:47 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-16 15:23:47 +0000
commitbcedd14069ecbce7f2884afcf58b7371f3e7196f (patch)
treeb0dabda968747f88c644de1653fecf26b383c8dc /include/inspircd.h
parent1f5b0f550c7d1ba4693022c51ee5a021e90f70b1 (diff)
Fixed some SQUIT stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@621 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index f0e92782b..36d902fbf 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -125,4 +125,5 @@ void NetSendToAllAlive(char* s);
void NetSendToOne(char* target,char* s);
void NetSendToAllExcept(const char* target,char* s);
void NetSendMyRoutingTable();
+void DoSplit(const char* params);