aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/core/macaddr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/core/macaddr.h b/include/osmocom/core/macaddr.h
index 517977bb..3a4e67ff 100644
--- a/include/osmocom/core/macaddr.h
+++ b/include/osmocom/core/macaddr.h
@@ -2,5 +2,6 @@
#define _OSMO_MACADDR_H
int osmo_macaddr_parse(uint8_t *out, const char *in);
+int osmo_get_macaddr(uint8_t *mac_out, const char *dev_name);
#endif