IDF release/v3.3 44ec7972b

This commit is contained in:
me-no-dev
2020-11-08 00:36:32 +00:00
parent c1951670d1
commit 7494c4e76d
79 changed files with 82 additions and 3 deletions

View File

@ -32,9 +32,17 @@
#include "lwip/netdb.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef ESP_PLATFORM
int getnameinfo(const struct sockaddr *addr, socklen_t addrlen,
char *host, socklen_t hostlen,
char *serv, socklen_t servlen, int flags);
#endif
#ifdef __cplusplus
}
#endif