Difference for server/plugins.c from version 1.59 to 1.60


version 1.59 version 1.60
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_plugins_c =   * static char *rcsid_plugins_c =
  *   "$Id: plugins.c,v 1.59 2005/12/17 18:21:44 ryo_saeba Exp $";   *   "$Id: plugins.c,v 1.60 2005/12/17 19:42:52 ryo_saeba Exp $";
  */   */
   
 /*****************************************************************************/  /*****************************************************************************/
Line 3262
 
Line 3262
         case CFAPI_PARTY_PROP_PASSWORD:          case CFAPI_PARTY_PROP_PASSWORD:
             *type = CFAPI_STRING;              *type = CFAPI_STRING;
             rv = (void*)party->passwd;              rv = (void*)party->passwd;
               break;
  case CFAPI_PARTY_PROP_PLAYER:   case CFAPI_PARTY_PROP_PLAYER:
  *type = CFAPI_PPLAYER;   *type = CFAPI_PPLAYER;
  obarg = va_arg(args, object*);   obarg = va_arg(args, object*);


Legend:
line(s) removed in v.1.59 
line(s) changed
 line(s) added in v.1.60

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:42