version 1.41 | | version 1.42 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
| | |
/** 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; |
| | |
******************************************************************************/ | | ******************************************************************************/ |
| | |
/** 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(); |