mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-15 06:28:14 +08:00
修复代码错误
This commit is contained in:
@@ -266,14 +266,3 @@ char* set_dhcp_classid( char *classid )
|
||||
return lib_api_p->lwip_apis->set_dhcp_classid(classid);
|
||||
}
|
||||
|
||||
const char * inet_ntop (int af, const void *cp, char *buf, socklen_t len)
|
||||
{
|
||||
return lib_api_p->lwip_apis->inet_ntop(af, cp, buf, len);
|
||||
}
|
||||
|
||||
int inet_pton (int af, const char *cp, void *buf)
|
||||
{
|
||||
return lib_api_p->lwip_apis->inet_pton (af, cp, buf);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user