xevil (2.02r2-10) cmn/xetp.h

Summary

 cmn/xetp.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

    
download this patch

Patch contents

--- xevil-2.02r2.orig/cmn/xetp.h
+++ xevil-2.02r2/cmn/xetp.h
@@ -83,9 +83,9 @@
   static void send_rooms_known(OutStreamP,const Rooms &,
                                int worldVersion,Boolean *map);
 
-  static void send_message(OutStreamP,char *msg);
+  static void send_message(OutStreamP,const char *msg);
 
-  static void send_arena_message(OutStreamP,int timeMS,char *msg);
+  static void send_arena_message(OutStreamP,int timeMS,const char *msg);
 
   static void send_command(OutStreamP,const IntelId &,ITcommand);