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


version 1.55 version 1.56
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.55 2005/10/23 15:44:42 akirschbaum Exp $";   *   "$Id: commands.c,v 1.56 2005/12/05 23:34:04 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 302
 
Line 302
   return strcmp(((CommArray_s *)a)->name, ((CommArray_s *)b)->name);    return strcmp(((CommArray_s *)a)->name, ((CommArray_s *)b)->name);
 }  }
   
 void init_commands()  void init_commands(void)
 {  {
   qsort(Commands, CommandsSize, sizeof(CommArray_s), compare_A);    qsort(Commands, CommandsSize, sizeof(CommArray_s), compare_A);
   qsort(CommunicationCommands, CommunicationCommandSize, sizeof(CommArray_s), compare_A);    qsort(CommunicationCommands, CommunicationCommandSize, sizeof(CommArray_s), compare_A);


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

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