Difference for server/c_misc.c from version 1.56 to 1.57


version 1.56 version 1.57
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_misc_c =   * static char *rcsid_c_misc_c =
  *   "$Id: c_misc.c,v 1.56 2005/04/16 13:19:29 cavesomething Exp $";   *   "$Id: c_misc.c,v 1.57 2005/04/17 04:25:54 mwedel Exp $";
  */   */
   
 /*  /*
Line 297
 
Line 297
     } chars_names;      } chars_names;
   
 /*local functon for qsort comparison*/  /*local functon for qsort comparison*/
 int name_cmp (const chars_names *c1, const chars_names *c2)  static int name_cmp (const chars_names *c1, const chars_names *c2)
     {      {
       return strcasecmp (c1->namebuf, c2->namebuf);        return strcasecmp (c1->namebuf, c2->namebuf);
     }      }


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

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