mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-27 14:49:27 +00:00
9 lines
107 B
C
9 lines
107 B
C
#ifndef __TEST_UDP_H__
|
|
#define __TEST_UDP_H__
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite* udp_suite(void);
|
|
|
|
#endif
|