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 31bcad10f..3011d286f 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -154,5 +154,6 @@ void NetSendToAllExcept(const char* target,char* s); void NetSendMyRoutingTable(); void DoSplit(const char* params); void RemoveServer(const char* name); +void DoSync(serverrec* serv, char* tcp_host); |