mirror of
https://github.com/ep00ch/lwip-contrib-mac.git
synced 2024-11-18 22:05:51 +00:00
7 lines
98 B
C
7 lines
98 B
C
#ifndef __NETBIOS_H__
|
|
#define __NETBIOS_H__
|
|
|
|
void netbios_init(void);
|
|
|
|
#endif /* __NETBIOS_H__ */
|