Difference for server/init.c from version 1.61 to 1.62


version 1.61 version 1.62
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *   "$Id: init.c,v 1.61 2005/05/06 21:10:25 tchize Exp $";   *   "$Id: init.c,v 1.62 2005/06/22 18:22:15 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 123
 
Line 123
 {"-tmpdir", 1, 1, set_tmpdir},  {"-tmpdir", 1, 1, set_tmpdir},
 {"-log", 1, 1, set_logfile},  {"-log", 1, 1, set_logfile},
   
   #ifdef WIN32
   /* Windows service stuff */
   {"-regsrv", 0, 1, service_register},
   {"-unregsrv", 0, 1, service_unregister},
   {"-srv", 0, 1, service_handle},
   #endif
   
 /* Pass 2 functions.  Most of these could probably be in pass 1,   /* Pass 2 functions.  Most of these could probably be in pass 1,
  * as they don't require much of anything to bet set up.   * as they don't require much of anything to bet set up.
  */   */


Legend:
line(s) removed in v.1.61 
line(s) changed
 line(s) added in v.1.62

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