Difference for socket/request.c from version 1.30 to 1.31


version 1.30 version 1.31
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: request.c,v 1.30 2001/12/04 03:49:18 michtoen Exp $";   *    "$Id: request.c,v 1.31 2001/12/16 03:31:03 mwedel Exp $";
  */   */
   
 /*  /*
Line 1562
 
Line 1562
 void send_plugin_custom_message(object *pl, char *buf)  void send_plugin_custom_message(object *pl, char *buf)
 {  {
     cs_write_string(&pl->contr->socket,buf,strlen(buf));      cs_write_string(&pl->contr->socket,buf,strlen(buf));
 };  }
   
 /* sends a mapstats cmd to the players client, after the player had entered the map.  /* sends a mapstats cmd to the players client, after the player had entered the map.
  * Cmd sends map width / map height + mapinfo string.   * Cmd sends map width / map height + mapinfo string.


Legend:
line(s) removed in v.1.30 
line(s) changed
 line(s) added in v.1.31

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:37