Difference for socket/image.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: image.c,v 1.1 2001/12/31 08:36:04 mwedel Exp $";   *    "$Id: image.c,v 1.2 2002/02/26 05:45:48 mwedel Exp $";
  */   */
   
 /*  /*
Line 42
 
Line 42
 #define MAX_FACE_SETS 20  #define MAX_FACE_SETS 20
   
 typedef struct FaceInfo {  typedef struct FaceInfo {
   char *data;     /* image data */    uint8 *data;     /* image data */
   uint16 datalen;     /* length of the xpm data */    uint16 datalen;     /* length of the xpm data */
   uint32 checksum;     /* Checksum of face data */    uint32 checksum;     /* Checksum of face data */
 } FaceInfo;  } FaceInfo;


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

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