2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-15 07:41:45 +00:00

Correct typo

This commit is contained in:
Michael Brown 2006-07-19 16:58:44 +00:00
parent bf515d3d65
commit e0668ad8df

View File

@ -56,7 +56,7 @@ struct udp_operations {
* the buffer is not compulsory; the application may call
* udp_send() on any block of data.
*/
void ( * senddata ) ( struct tcp_connection *conn, void *buf,
void ( * senddata ) ( struct udp_connection *conn, void *buf,
size_t len );
/**
* New data received