From: Michael Brown Date: Wed, 19 Jul 2006 16:58:44 +0000 (+0000) Subject: Correct typo X-Git-Tag: v0.9.3~1195 X-Git-Url: http://git.etherboot.org/gpxe.git/commitdiff_plain/e0668ad8df219d731fc5cbb2828b7b7e434362cc?hp=bf515d3d65f681b737a1d8fc41cfb3382b6d867c Correct typo --- diff --git a/src/include/gpxe/udp.h b/src/include/gpxe/udp.h index 68034583..bb69995a 100644 --- a/src/include/gpxe/udp.h +++ b/src/include/gpxe/udp.h @@ -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