summaryrefslogtreecommitdiff
path: root/src/map/tmw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/tmw.h')
-rw-r--r--src/map/tmw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/tmw.h b/src/map/tmw.h
index 8580810..8248a71 100644
--- a/src/map/tmw.h
+++ b/src/map/tmw.h
@@ -3,6 +3,7 @@
#include "map.h"
int tmw_CheckChatSpam(struct map_session_data *sd, char* message);
+int tmw_ShorterStrlen(char *s1, char *s2);
int tmw_CheckChatLameness(struct map_session_data *sd, char *message);
void tmw_GmHackMsg(const char *fmt, ...);
int tmw_CheckTradeSpam(struct map_session_data *sd);