Difference for server/commands.c from version 1.54 to 1.55


version 1.54 version 1.55
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.54 2005/09/09 21:09:41 akirschbaum Exp $";   *   "$Id: commands.c,v 1.55 2005/10/23 15:44:42 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 304
 
Line 304
   
 void init_commands()  void init_commands()
 {  {
   qsort((char *)Commands, CommandsSize, sizeof(CommArray_s), compare_A);    qsort(Commands, CommandsSize, sizeof(CommArray_s), compare_A);
   qsort((char *)CommunicationCommands, CommunicationCommandSize, sizeof(CommArray_s), compare_A);    qsort(CommunicationCommands, CommunicationCommandSize, sizeof(CommArray_s), compare_A);
   qsort((char *)WizCommands, WizCommandsSize, sizeof(CommArray_s), compare_A);    qsort(NewServerCommands, NewServerCommandSize, sizeof(CommArray_s), compare_A);
   qsort((char *)NewServerCommands, NewServerCommandSize, sizeof(CommArray_s), compare_A);    qsort(WizCommands, WizCommandsSize, sizeof(CommArray_s), compare_A);
     qsort(Socket_Commands, Socket_CommandsSize, sizeof(CommArray_s), compare_A);
     qsort(Socket2_Commands, Socket2_CommandsSize, sizeof(CommArray_s), compare_A);
 }  }
   
 #ifndef tolower  #ifndef tolower


Legend:
line(s) removed in v.1.54 
line(s) changed
 line(s) added in v.1.55

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