mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 13:11:11 +03:00
Make tcp_connect() void; it will eventually have no failure case.
This commit is contained in:
@@ -41,6 +41,6 @@ struct hello_request {
|
||||
int complete;
|
||||
};
|
||||
|
||||
extern int hello_connect ( struct hello_request *hello );
|
||||
extern void hello_connect ( struct hello_request *hello );
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user