diff options
author | Joseph Henry <joseph.henry@zerotier.com> | 2015-09-10 13:56:01 -0400 |
---|---|---|
committer | Joseph Henry <joseph.henry@zerotier.com> | 2015-09-10 13:56:01 -0400 |
commit | 750352836f72c5dc0136b6aae96ec28f8fe356cb (patch) | |
tree | 934d15eec15cf2c1bcf4bb60970e274d07ddd57f /ext/lwip/test/unit/tcp/test_tcp.h | |
parent | a43c3fbf2e03f99c51383123423d86656ac252bf (diff) | |
download | infinitytier-750352836f72c5dc0136b6aae96ec28f8fe356cb.tar.gz infinitytier-750352836f72c5dc0136b6aae96ec28f8fe356cb.zip |
initial commit
Diffstat (limited to 'ext/lwip/test/unit/tcp/test_tcp.h')
-rw-r--r-- | ext/lwip/test/unit/tcp/test_tcp.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/lwip/test/unit/tcp/test_tcp.h b/ext/lwip/test/unit/tcp/test_tcp.h new file mode 100644 index 00000000..f1c4a463 --- /dev/null +++ b/ext/lwip/test/unit/tcp/test_tcp.h @@ -0,0 +1,8 @@ +#ifndef __TEST_TCP_H__ +#define __TEST_TCP_H__ + +#include "../lwip_check.h" + +Suite *tcp_suite(void); + +#endif |