mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
nxstyle fixes
Run all files modified by PR 766 through nxstyle and fix any resulting complaints. NOTE: Numerous "Mixed case identifier" errors in arch/arm/src/cxd56xx/cxd56_gnss.c were not fixed because this problem is of much larger scope than this file.
This commit is contained in:
committed by
Abdelatif Guettouche
parent
67ec3d7926
commit
72104c182c
+2
-1
@@ -104,7 +104,8 @@ in_addr_t inet_netof(struct in_addr in);
|
||||
struct in_addr inet_makeaddr(in_addr_t net, in_addr_t host);
|
||||
|
||||
int inet_pton(int af, FAR const char *src, FAR void *dst);
|
||||
const char *inet_ntop(int af, FAR const void *src, FAR char *dst, socklen_t size);
|
||||
const char *inet_ntop(int af, FAR const void *src, FAR char *dst,
|
||||
socklen_t size);
|
||||
|
||||
#undef EXTERN
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user