version 1.63 | | version 1.64 |
---|
| | |
/* | | /* |
* static char *rcsid_global_h = | | * static char *rcsid_global_h = |
* "$Id: global.h,v 1.63 2006/03/07 18:46:25 cavesomething Exp $"; | | * "$Id: global.h,v 1.64 2006/03/18 15:05:32 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
| | |
extern long max_time; /* loop time */ | | extern long max_time; /* loop time */ |
extern NewSocket *init_sockets; | | extern socket_struct *init_sockets; |
| | |
| | |
EXTERN char *font_graphic; | | |
| | |
#ifndef __CEXTRACT__ | | #ifndef __CEXTRACT__ |
#include "libproto.h" | | #include "libproto.h" |
#include "sockproto.h" | | #include "sockproto.h" |