version 1.16 | | version 1.17 |
---|
| | |
/* | | /* |
* static char *rcsid_metaserver_c = | | * static char *rcsid_metaserver_c = |
* "$Id: metaserver.c,v 1.16 2003/12/02 18:51:44 ryo_saeba Exp $"; | | * "$Id: metaserver.c,v 1.17 2005/12/05 23:34:04 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* set to -1. We use this instead of messing with the settings.meta_on so that | | * set to -1. We use this instead of messing with the settings.meta_on so that |
* that can be examined to at least see what the user was trying to do. | | * that can be examined to at least see what the user was trying to do. |
*/ | | */ |
void metaserver_init() | | void metaserver_init(void) |
{ | | { |
| | |
#ifdef WIN32 /* ***win32 metaserver_init(): init win32 socket */ | | #ifdef WIN32 /* ***win32 metaserver_init(): init win32 socket */ |
| | |
/** | | /** |
* Updates our info in the metaserver | | * Updates our info in the metaserver |
*/ | | */ |
void metaserver_update() | | void metaserver_update(void) |
{ | | { |
char data[MAX_BUF], num_players=0; | | char data[MAX_BUF], num_players=0; |
player *pl; | | player *pl; |