Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains the actual application programmer's API

This commit is contained in:
goldsimon
2010-02-21 11:35:21 +00:00
parent 7c57ee0c17
commit bcd4b76d31
18 changed files with 578 additions and 424 deletions

View File

@@ -48,7 +48,7 @@
#include "lwip/netif.h"
#include "lwip/icmp.h"
#include "lwip/udp.h"
#include "lwip/tcp.h"
#include "lwip/tcp_impl.h"
#include "lwip/stats.h"