version 1.30 | | version 1.31 |
---|
| | |
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* 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; |
| | |