Difference for server/init.c from version 1.72 to 1.73


version 1.72 version 1.73
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *   "$Id: init.c,v 1.72 2006/01/08 20:52:12 akirschbaum Exp $";   *   "$Id: init.c,v 1.73 2006/02/10 23:59:27 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 85
 
Line 85
  * also my program, no problem.   * also my program, no problem.
  */   */
 struct Command_Line_Options {  struct Command_Line_Options {
     char    *cmd_option;    /* how it is called on the command line */      const char *cmd_option; /* how it is called on the command line */
     uint8   num_args;     /* Number or args it takes */      uint8   num_args;     /* Number or args it takes */
     uint8   pass;           /* What pass this should be processed on. */      uint8   pass;           /* What pass this should be processed on. */
     void    (*func)();      /* function to call when we match this.      void    (*func)();      /* function to call when we match this.


Legend:
line(s) removed in v.1.72 
line(s) changed
 line(s) added in v.1.73

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