Difference for socket/metaserver.c from version 1.16 to 1.17


version 1.16 version 1.17
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_metaserver_c =   * static char *rcsid_metaserver_c =
  *    "$Id: metaserver.c,v 1.16 2003/12/02 18:51:44 ryo_saeba Exp $";   *    "$Id: metaserver.c,v 1.17 2005/12/05 23:34:04 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 54
 
Line 54
  * set to -1.  We use this instead of messing with the settings.meta_on so that   * set to -1.  We use this instead of messing with the settings.meta_on so that
  * that can be examined to at least see what the user was trying to do.   * that can be examined to at least see what the user was trying to do.
  */   */
 void metaserver_init()  void metaserver_init(void)
 {  {
   
 #ifdef WIN32 /* ***win32 metaserver_init(): init win32 socket */  #ifdef WIN32 /* ***win32 metaserver_init(): init win32 socket */
Line 117
 
Line 117
 /**  /**
  * Updates our info in the metaserver   * Updates our info in the metaserver
  */   */
 void metaserver_update()  void metaserver_update(void)
 {  {
     char data[MAX_BUF], num_players=0;      char data[MAX_BUF], num_players=0;
     player *pl;      player *pl;


Legend:
line(s) removed in v.1.16 
line(s) changed
 line(s) added in v.1.17

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