Make tcp_listener static scope; it is not used outside of tcp_conn.c

This commit is contained in:
Gregory Nutt
2014-11-22 07:14:17 -06:00
parent 5521868169
commit 80fc094734
4 changed files with 35 additions and 53 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
#include "netdev/netdev.h"
/****************************************************************************
* Definitions
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************