Difference for include/newserver.h from version 1.35 to 1.36


version 1.35 version 1.36
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 121
 
Line 121
     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. */


Legend:
line(s) removed in v.1.35 
line(s) changed
 line(s) added in v.1.36

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