Difference for include/global.h from version 1.29 to 1.30


version 1.29 version 1.30
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_global_h =   * static char *rcsid_global_h =
  *   "$Id: global.h,v 1.29 2002/08/02 05:09:39 mwedel Exp $";   *   "$Id: global.h,v 1.30 2002/09/07 22:08:07 mwedel Exp $";
  */   */
   
 /*  /*
Line 281
 
Line 281
     uint8   daemonmode;     /* If true, detach and become daemon */      uint8   daemonmode;     /* If true, detach and become daemon */
     int     argc;     /* parameters that were passed to the program */      int     argc;     /* parameters that were passed to the program */
     char    **argv;     /* Only used by xio.c, so will go away at some time */      char    **argv;     /* Only used by xio.c, so will go away at some time */
       char    *confdir;     /* configuration files */
     char    *datadir;     /* read only data files */      char    *datadir;     /* read only data files */
     char    *localdir;     /* read/write data files */      char    *localdir;     /* read/write data files */
     char    *playerdir;     /* Where the player files are */      char    *playerdir;     /* Where the player files are */


Legend:
line(s) removed in v.1.29 
line(s) changed
 line(s) added in v.1.30

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