Difference for socket/init.c from version 1.41 to 1.42


version 1.41 version 1.42
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: init.c,v 1.41 2005/10/28 18:19:53 akirschbaum Exp $";   *    "$Id: init.c,v 1.42 2005/12/05 23:34:04 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 169
 
Line 169
   
   
 /** This sets up the socket and reads all the image information into memory. */  /** This sets up the socket and reads all the image information into memory. */
 void init_ericserver()  void init_ericserver(void)
 {  {
     struct sockaddr_in insock;      struct sockaddr_in insock;
     struct protoent  *protox;      struct protoent  *protox;
Line 290
 
Line 290
  ******************************************************************************/   ******************************************************************************/
   
 /** Free's all the memory that ericserver allocates. */  /** Free's all the memory that ericserver allocates. */
 void free_all_newserver()  void free_all_newserver(void)
 {    { 
     LOG(llevDebug,"Freeing all new client/server information.\n");      LOG(llevDebug,"Freeing all new client/server information.\n");
     free_socket_images();      free_socket_images();


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

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