]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/ethernet.h
xnu-517.tar.gz
[apple/xnu.git] / bsd / net / ethernet.h
index 86f3152b9bba813f75dc345160b9f3db922c0438..09c78d9ea2ed7ca729c85df7410128a5fe89e673 100644 (file)
@@ -121,7 +121,7 @@ __BEGIN_DECLS
 
 int    ether_hostton __P((char *, struct ether_addr *));
 int    ether_line __P((char *, struct ether_addr *, char *));
-char   *ether_ntoa __P((struct ether_addr *));
+char   *ether_ntoa __P((const struct ether_addr *));
 int    ether_ntohost __P((char *, struct ether_addr *));
 __END_DECLS
 #endif /* !KERNEL */