diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/tcp.h b/src/include/gpxe/tcp.h index 699512bd8..6c07f4ae9 100644 --- a/src/include/gpxe/tcp.h +++ b/src/include/gpxe/tcp.h @@ -93,6 +93,7 @@ extern size_t tcp_buflen; extern void tcp_connect ( struct tcp_connection *conn ); extern void tcp_send ( struct tcp_connection *conn, const void *data, size_t len ); +extern void tcp_kick ( struct tcp_connection *conn ); extern void tcp_close ( struct tcp_connection *conn ); #endif /* _GPXE_TCP_H */ |
