diff options
Diffstat (limited to 'kernel/socket.h')
-rw-r--r-- | kernel/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/socket.h b/kernel/socket.h index e0cf92f..5ea71f5 100644 --- a/kernel/socket.h +++ b/kernel/socket.h @@ -144,4 +144,5 @@ int setsockopt(int socket, int level, int option_name, const void *option_value, socklen_t option_len); void tcp_remove_connection(struct TcpConnection *con); void tcp_flush_acks(void); +void tcp_flush_buffers(void); #endif |