summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/hello.h
diff options
context:
space:
mode:
authorMichael Brown2006-04-30 04:13:52 +0200
committerMichael Brown2006-04-30 04:13:52 +0200
commit7af478b30db5ccfb69573560d81bec7561fa0f64 (patch)
tree0e8f7c028ac1f8b9d0011673d29e1219e137aa07 /src/include/gpxe/hello.h
parentPut the TCP connection periodic processing in tcp.c, where it belongs. (diff)
downloadipxe-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.h2
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