summaryrefslogtreecommitdiffstats
path: root/isys/getmacaddr.h
diff options
context:
space:
mode:
Diffstat (limited to 'isys/getmacaddr.h')
-rw-r--r--isys/getmacaddr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/getmacaddr.h b/isys/getmacaddr.h
index 96a483abd..a4d374559 100644
--- a/isys/getmacaddr.h
+++ b/isys/getmacaddr.h
@@ -1,5 +1,6 @@
#ifndef __GET_MAC_ADDR_H__
#define __GET_MAC_ADDR_H__
char *getMacAddr(char *ifname);
+char *sanitizeMacAddr(char * hwaddr);
#endif