summaryrefslogtreecommitdiff
path: root/src/map/tmw.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/tmw.hpp')
-rw-r--r--src/map/tmw.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/map/tmw.hpp b/src/map/tmw.hpp
index 5551504..5f1d215 100644
--- a/src/map/tmw.hpp
+++ b/src/map/tmw.hpp
@@ -6,8 +6,7 @@
#include "map.hpp"
-int tmw_CheckChatSpam(dumb_ptr<map_session_data> sd, const char *message);
-void tmw_GmHackMsg(const char *line);
-void tmw_TrimStr(char *str);
+int tmw_CheckChatSpam(dumb_ptr<map_session_data> sd, XString message);
+void tmw_GmHackMsg(ZString line);
#endif // TMW_HPP