david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Added missing prototype

This commit is contained in:
Michael Brown 2006-07-19 17:29:18 +00:00
parent 16fc9858db
commit 76070cd226
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ extern int udp_open ( struct udp_connection *conn, uint16_t local_port );
extern void udp_connect ( struct udp_connection *conn, struct sockaddr *peer );
extern void udp_close ( struct udp_connection *conn );
extern int udp_senddata ( struct udp_connection *conn );
extern int udp_send ( struct udp_connection *conn, const void *data, size_t len );
extern int udp_sendto ( struct udp_connection *conn, struct sockaddr *peer, const void *data, size_t len );