-int ether_hostton __P((char *, struct ether_addr *));
-int ether_line __P((char *, struct ether_addr *, char *));
-char *ether_ntoa __P((struct ether_addr *));
-int ether_ntohost __P((char *, struct ether_addr *));
+int ether_hostton(const char *, struct ether_addr *);
+int ether_line(const char *, struct ether_addr *, char *);
+char *ether_ntoa(const struct ether_addr *);
+struct ether_addr *ether_aton(const char *);
+int ether_ntohost(char *, const struct ether_addr *);