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


version 1.59 version 1.60
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.59 2006/03/18 15:05:37 ryo_saeba Exp $";   *   "$Id: commands.c,v 1.60 2006/03/18 17:15:25 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 301
 
Line 301
   
 static int compare_A(const void *a, const void *b)  static int compare_A(const void *a, const void *b)
 {  {
     return strcmp(((command_array_struct *)a)->name, ((command_array_struct *)b)->name);      return strcmp(((const command_array_struct *)a)->name, ((const command_array_struct *)b)->name);
 }  }
   
 void init_commands(void)  void init_commands(void)


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:31