mirror of
https://github.com/ep00ch/lwip-contrib-mac.git
synced 2024-10-30 03:26:22 +00:00
7 lines
130 B
C
7 lines
130 B
C
|
#ifndef __SOCKET_EXAMPLES_H__
|
||
|
#define __SOCKET_EXAMPLES_H__
|
||
|
|
||
|
void socket_examples_init(void);
|
||
|
|
||
|
#endif /* __SOCKET_EXAMPLES_H__ */
|