summaryrefslogtreecommitdiff
path: root/nuttx/include/netinet
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-31 18:55:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-31 18:55:43 +0000
commitf8d292453df82fde56d2e4674ba78b5885fed899 (patch)
tree08ba85afaebe96b8d1faec74b32bd6ae0a91d46a /nuttx/include/netinet
parentd982646fc68602ca7840a7b826cb49efd1963d6c (diff)
downloadnuttx-f8d292453df82fde56d2e4674ba78b5885fed899.tar.gz
nuttx-f8d292453df82fde56d2e4674ba78b5885fed899.tar.bz2
nuttx-f8d292453df82fde56d2e4674ba78b5885fed899.zip
Add lib.csv that may be used to generate C library symbol tables
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5072 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/netinet')
-rw-r--r--nuttx/include/netinet/ether.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/netinet/ether.h b/nuttx/include/netinet/ether.h
index f11fef6db..69b8fbba6 100644
--- a/nuttx/include/netinet/ether.h
+++ b/nuttx/include/netinet/ether.h
@@ -63,7 +63,7 @@ extern "C" {
#define EXTERN extern
#endif
-EXTERN char *ether_ntoa(const struct ether_addr *addr);
+EXTERN FAR char *ether_ntoa(FAR const struct ether_addr *addr);
EXTERN struct ether_addr *ether_aton(const char *asc);
EXTERN int ether_ntohost(char *hostname, const struct ether_addr *addr);
EXTERN int ether_hostton(const char *hostname, struct ether_addr *addr);