#ifndef __GET_MAC_ADDR_H__ #define __GET_MAC_ADDR_H__ char *getMacAddr(char *ifname); #endif