summaryrefslogtreecommitdiff
path: root/src/map/intif.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/intif.h')
-rw-r--r--src/map/intif.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/intif.h b/src/map/intif.h
index b1d82940c..f80041847 100644
--- a/src/map/intif.h
+++ b/src/map/intif.h
@@ -6,8 +6,8 @@
int intif_parse(int fd);
-int intif_GMmessage(char* mes,int len,int flag);
-int intif_announce(char* mes,int len, unsigned long color, int flag);
+int intif_GMmessage(const char* mes,int len,int flag);
+int intif_announce(const char* mes,int len, unsigned long color, int flag);
int intif_wis_message(struct map_session_data *sd,char *nick,char *mes,int mes_len);
int intif_wis_message_to_gm(char *Wisp_name, int min_gm_level, char *mes);