diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 1 |
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); |