diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:09 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:09 +0000 |
commit | aa806eba53a7ccc715839bd972c9b158f39b6225 (patch) | |
tree | 8e29db334836fbcf4ab869209f34907821f1dacd /src/messages.c | |
parent | c5e113ee056b28ff39232f28faf208163c6c86f0 (diff) |
Constify a lot of the API. Core now "builds".
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1182 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/messages.c')
-rw-r--r-- | src/messages.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/messages.c b/src/messages.c index 627fdfe03..a92dde620 100644 --- a/src/messages.c +++ b/src/messages.c @@ -16,8 +16,6 @@ #include "messages.h" #include "language.h" -int servernum; - /*************************************************************************/ int m_nickcoll(char *user) |