diff options
| author | Michael Brown | 2006-04-30 04:13:52 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-04-30 04:13:52 +0200 |
| commit | 7af478b30db5ccfb69573560d81bec7561fa0f64 (patch) | |
| tree | 0e8f7c028ac1f8b9d0011673d29e1219e137aa07 /src/include/gpxe/hello.h | |
| parent | Put the TCP connection periodic processing in tcp.c, where it belongs. (diff) | |
| download | ipxe-7af478b30db5ccfb69573560d81bec7561fa0f64.tar.gz ipxe-7af478b30db5ccfb69573560d81bec7561fa0f64.tar.xz ipxe-7af478b30db5ccfb69573560d81bec7561fa0f64.zip | |
Make tcp_connect() void; it will eventually have no failure case.
Diffstat (limited to 'src/include/gpxe/hello.h')
| -rw-r--r-- | src/include/gpxe/hello.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/hello.h b/src/include/gpxe/hello.h index de8127bf4..a31da3e12 100644 --- a/src/include/gpxe/hello.h +++ b/src/include/gpxe/hello.h @@ -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 |
