diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-18 22:12:45 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-18 22:12:45 +0000 |
commit | 69b414c69ce04ba91eac5754e418a816bcf4f403 (patch) | |
tree | c0a1eb0b30f5eac1c1a6357378e9b2a127ecb90a /include/inspircd.h | |
parent | 2f5a1dcc42c959e65b5322312dd38b1e7fd446ea (diff) |
Changes of RemoveServer to char* to const char*
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@658 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 8e6f2bcef..b8403b76b 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -127,6 +127,6 @@ void NetSendToOne(char* target,char* s); void NetSendToAllExcept(const char* target,char* s); void NetSendMyRoutingTable(); void DoSplit(const char* params); -void RemoveServer(char* name); +void RemoveServer(const char* name); |