mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-07 11:08:35 +00:00
9 lines
116 B
C
9 lines
116 B
C
#ifndef __TEST_ETHARP_H__
|
|
#define __TEST_ETHARP_H__
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite* etharp_suite(void);
|
|
|
|
#endif
|