summaryrefslogtreecommitdiff
path: root/src/net/ethernet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ethernet.h')
-rw-r--r--src/net/ethernet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ethernet.h b/src/net/ethernet.h
index 3af053d..2731041 100644
--- a/src/net/ethernet.h
+++ b/src/net/ethernet.h
@@ -45,6 +45,6 @@ typedef struct {
#pragma pack()
#endif
-char *network_mac_address_to_string( network_mac_address_t mac, char *buf, size_t buflen );
+char *ethernet_mac_address_to_string( network_mac_address_t mac, char *buf, size_t buflen );
#endif // ETHERNET_H