diff options
author | Adam <Adam@anope.org> | 2010-10-22 04:18:57 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-10-22 04:20:34 -0400 |
commit | eb8f3a799ca006ac4ca03b77df9bad5f2b6cd3d5 (patch) | |
tree | d9c47c3c6928be86cd07d1258b66623a1d2708bb /include/extern.h | |
parent | 791c2b89a5b09d3e3e3785669b29438ffec26295 (diff) |
Fixed some Windows problems
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h index 3b20bba8d..fe6fe7546 100644 --- a/include/extern.h +++ b/include/extern.h @@ -220,6 +220,7 @@ E bool m_stats(const Anope::string &source, const std::vector<Anope::string> &); E int m_whois(const Anope::string &source, const Anope::string &who); E bool m_time(const Anope::string &source, const std::vector<Anope::string> &); E bool m_version(const Anope::string &source, const std::vector<Anope::string> &); +E void init_core_messages(); /**** misc.c ****/ |