diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libc/net/ethers.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libc/net/ethers.c b/src/lib/libc/net/ethers.c index 0f32b9b71b..b4469ed811 100644 --- a/src/lib/libc/net/ethers.c +++ b/src/lib/libc/net/ethers.c | |||
| @@ -56,6 +56,7 @@ ether_aton(s) | |||
| 56 | return NULL; | 56 | return NULL; |
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | int | ||
| 59 | ether_ntohost(hostname, e) | 60 | ether_ntohost(hostname, e) |
| 60 | char *hostname; | 61 | char *hostname; |
| 61 | struct ether_addr *e; | 62 | struct ether_addr *e; |
| @@ -110,6 +111,7 @@ ether_ntohost(hostname, e) | |||
| 110 | return -1; | 111 | return -1; |
| 111 | } | 112 | } |
| 112 | 113 | ||
| 114 | int | ||
| 113 | ether_hostton(hostname, e) | 115 | ether_hostton(hostname, e) |
| 114 | char *hostname; | 116 | char *hostname; |
| 115 | struct ether_addr *e; | 117 | struct ether_addr *e; |
| @@ -156,6 +158,7 @@ ether_hostton(hostname, e) | |||
| 156 | return -1; | 158 | return -1; |
| 157 | } | 159 | } |
| 158 | 160 | ||
| 161 | int | ||
| 159 | ether_line(l, e, hostname) | 162 | ether_line(l, e, hostname) |
| 160 | char *l; | 163 | char *l; |
| 161 | struct ether_addr *e; | 164 | struct ether_addr *e; |
