This commit is contained in:
Erik Ekman 2007-12-01 22:11:48 +00:00
parent d12d0fcff5
commit fc632e6311

View File

@ -45,7 +45,7 @@ packet_advance(struct packet *packet)
/** /**
* The length to left to send * The length left to send
*/ */
int int
packet_len_to_send(struct packet *packet) packet_len_to_send(struct packet *packet)
@ -68,7 +68,7 @@ packet_fill(struct packet *packet, char *data, unsigned long datalen)
} }
/** /**
* Clear packet stuct, mark empty * Clear packet struct, mark empty
*/ */
void void
packet_init(struct packet *packet) packet_init(struct packet *packet)