diff options
Diffstat (limited to 'src/network/ether.c')
-rw-r--r-- | src/network/ether.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/network/ether.c b/src/network/ether.c index 4304a972..013202d6 100644 --- a/src/network/ether.c +++ b/src/network/ether.c @@ -56,3 +56,11 @@ int ether_hostton(const char *hostname, struct ether_addr *e) { return -1; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |