diff options
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h index d644ea8cb..c3a412624 100644 --- a/include/commands.h +++ b/include/commands.h @@ -142,6 +142,6 @@ class CoreExport Command : public Service, public Flags<CommandFlag> virtual void OnSyntaxError(CommandSource &source, const Anope::string &subcommand); }; -extern void RunCommand(CommandSource &source, const Anope::string &message); +extern CoreExport void RunCommand(CommandSource &source, const Anope::string &message); #endif // COMMANDS_H |