Difference for socket/item.c from version 1.30 to 1.31


version 1.30 version 1.31
Line 1
 
Line 1
   
 /*  /*
  * static char *rcsid_item_c =   * static char *rcsid_item_c =
  *    "$Id: item.c,v 1.30 2005/03/19 09:14:57 mwedel Exp $";   *    "$Id: item.c,v 1.31 2005/04/30 15:39:33 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 62
 
Line 62
  * single byte in length.  If the data is longer than that byte, it is   * single byte in length.  If the data is longer than that byte, it is
  * truncated approprately.   * truncated approprately.
  */   */
 inline void add_stringlen_to_sockbuf(char *buf, SockList *sl)  inline void add_stringlen_to_sockbuf(const char *buf, SockList *sl)
 {  {
     int len;      int len;
   


Legend:
line(s) removed in v.1.30 
line(s) changed
 line(s) added in v.1.31

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