version 1.35 | | version 1.36 |
---|
| | |
/* | | /* |
* static char *rcsid_newserver_h = | | * static char *rcsid_newserver_h = |
* "$Id: newserver.h,v 1.35 2006/01/08 21:30:41 akirschbaum Exp $"; | | * "$Id: newserver.h,v 1.36 2006/01/09 19:35:12 cavesomething Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
uint32 can_write:1; /* Can we write to this socket? */ | | uint32 can_write:1; /* Can we write to this socket? */ |
uint32 has_readable_type:1; /* If true client accept additional text information | | uint32 has_readable_type:1; /* If true client accept additional text information |
used to arrange text in books, scrolls, or scripted dialogs */ | | used to arrange text in books, scrolls, or scripted dialogs */ |
| | uint32 monitor_spells:1; /* Client wishes to be informed when their spell list changes */ |
uint32 supported_readables; /* each bit is a readable supported by client */ | | uint32 supported_readables; /* each bit is a readable supported by client */ |
uint32 cs_version, sc_version; /* versions of the client */ | | uint32 cs_version, sc_version; /* versions of the client */ |
enum MapMode mapmode; /* Type of map commands the client wants. */ | | enum MapMode mapmode; /* Type of map commands the client wants. */ |