Difference for include/commands.h from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_h =   * static char *rcsid_commands_h =
  *   "$Id: commands.h,v 1.3 2001/09/27 19:37:39 garbled Exp $";   *   "$Id: commands.h,v 1.4 2005/08/12 13:46:34 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 49
 
Line 49
 typedef int (*CommFunc)(object *op, char *params);  typedef int (*CommFunc)(object *op, char *params);
   
 typedef struct { /* global list's structure */  typedef struct { /* global list's structure */
   char *name;    const char *name;
   CommFunc func;    CommFunc func;
   float time; /* How long it takes to execute this command */    float time; /* How long it takes to execute this command */
 } CommArray_s;  } CommArray_s;


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

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