diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:13 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:13 +0000 |
commit | 4f8faa2dae4a4dd18ce16b3fe5d23bfefd44f9d4 (patch) | |
tree | cae25ba7d02701270a731f6cec8af8a737402823 /src/protocol/bahamut.c | |
parent | 1efa832f4273123fdac598eb6617447204feec90 (diff) |
Fix linker errors due to missing symbols at run-time.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1277 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/bahamut.c')
-rw-r--r-- | src/protocol/bahamut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c index d2e4b666a..5caca909b 100644 --- a/src/protocol/bahamut.c +++ b/src/protocol/bahamut.c @@ -705,7 +705,7 @@ void BahamutIRCdProto::cmd_unszline(const char *mask) } /* SZLINE */ -void bahamut_cmd_szline(const char *mask, const char *reason, const char *whom) +void BahamutIRCdProto::cmd_szline(const char *mask, const char *reason, const char *whom) { /* this will likely fail so its only here for legacy */ send_cmd(NULL, "SZLINE %s :%s", mask, reason); |