added netbios name server from contrib (-> netbiosns)

This commit is contained in:
sg
2015-10-08 22:05:55 +02:00
parent bef5ccda0b
commit b02bcde8e0
2 changed files with 345 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#ifndef LWIP_NETBIOS_H
#define LWIP_NETBIOS_H
void netbios_init(void);
#endif /* LWIP_NETBIOS_H */