Difference for socket/loop.c from version 1.40 to 1.41


version 1.40 version 1.41
Line 1
 
Line 1
   
 /*  /*
  * static char *rcsid_loop_c =   * static char *rcsid_loop_c =
  *    "$Id: loop.c,v 1.40 2006/02/07 07:54:46 mwedel Exp $";   *    "$Id: loop.c,v 1.41 2006/02/10 23:59:28 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 80
 
Line 80
 typedef void (*func_uint8_int_ns) (char*, int, NewSocket *);  typedef void (*func_uint8_int_ns) (char*, int, NewSocket *);
   
 struct NsCmdMapping {  struct NsCmdMapping {
     char *cmdname;      const char *cmdname;
     func_uint8_int_ns  cmdproc;      func_uint8_int_ns  cmdproc;
 };  };
   
 typedef void (*func_uint8_int_pl)(char*, int, player *);  typedef void (*func_uint8_int_pl)(char*, int, player *);
 struct PlCmdMapping {  struct PlCmdMapping {
     char *cmdname;      const char *cmdname;
     func_uint8_int_pl cmdproc;      func_uint8_int_pl cmdproc;
     uint8   flag;      uint8   flag;
 };  };


Legend:
line(s) removed in v.1.40 
line(s) changed
 line(s) added in v.1.41

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:35