mirror of
https://github.com/ep00ch/lwip-contrib-mac.git
synced 2024-10-30 18:28:43 +00:00
7 lines
86 B
C
7 lines
86 B
C
|
#ifndef __PING_H__
|
||
|
#define __PING_H__
|
||
|
|
||
|
void ping_init(void);
|
||
|
|
||
|
#endif /* __PING_H__ */
|