summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h2
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);