Index: /trunk/src/VBox/Devices/Network/slirp/tcp_timer.c
===================================================================
--- /trunk/src/VBox/Devices/Network/slirp/tcp_timer.c	(revision 41839)
+++ /trunk/src/VBox/Devices/Network/slirp/tcp_timer.c	(revision 41840)
@@ -57,4 +57,5 @@
 
 
+static struct tcpcb *tcp_timers(PNATState pData, register struct tcpcb *tp, int timer);
 /*
  * Fast timeout routine for processing delayed acks
@@ -154,5 +155,5 @@
  * TCP timer processing.
  */
-struct tcpcb *
+static struct tcpcb *
 tcp_timers(PNATState pData, register struct tcpcb *tp, int timer)
 {
Index: /trunk/src/VBox/Devices/Network/slirp/tcp_timer.h
===================================================================
--- /trunk/src/VBox/Devices/Network/slirp/tcp_timer.h	(revision 41839)
+++ /trunk/src/VBox/Devices/Network/slirp/tcp_timer.h	(revision 41840)
@@ -152,5 +152,7 @@
 void tcp_slowtimo (PNATState);
 void tcp_canceltimers (struct tcpcb *);
+#if 0
 struct tcpcb * tcp_timers (PNATState, register struct tcpcb *, int);
+#endif
 
 #endif
