summaryrefslogtreecommitdiff
path: root/nuttx/net/tcp/tcp.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-25 10:34:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-25 10:34:52 -0600
commit86a37059e98e46294dff804ed9265bfc112d675b (patch)
tree629492c7c7af23a999bda24e9fdcde75e04ea4cb /nuttx/net/tcp/tcp.h
parentf1994c5a179ba323f3dc29de7bc4cbaadeb4a831 (diff)
downloadnuttx-86a37059e98e46294dff804ed9265bfc112d675b.tar.gz
nuttx-86a37059e98e46294dff804ed9265bfc112d675b.tar.bz2
nuttx-86a37059e98e46294dff804ed9265bfc112d675b.zip
Clean-up packet socket naming
Diffstat (limited to 'nuttx/net/tcp/tcp.h')
-rw-r--r--nuttx/net/tcp/tcp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/net/tcp/tcp.h b/nuttx/net/tcp/tcp.h
index 61089c905..4481774d5 100644
--- a/nuttx/net/tcp/tcp.h
+++ b/nuttx/net/tcp/tcp.h
@@ -70,7 +70,6 @@ extern "C"
* Public Function Prototypes
****************************************************************************/
-#ifdef CONFIG_NET_TCP
/* Defined in tcp_conn.c ****************************************************/
void tcp_initialize(void);
@@ -130,7 +129,6 @@ uint16_t tcp_callback(FAR struct uip_driver_s *dev,
uint16_t tcp_datahandler(FAR struct tcp_conn_s *conn,
FAR uint8_t *buffer, uint16_t nbytes);
#endif
-#endif /* CONFIG_NET_TCP */
/****************************************************************************
* Function: psock_tcp_send