mirror of https://github.com/BOINC/boinc.git
10 lines
226 B
C
10 lines
226 B
C
|
#ifndef MAC_ADDRESS_H
|
||
|
#define MAC_ADDRESS_H
|
||
|
|
||
|
// Note: the code on Mac OS X requires the following linkage flags
|
||
|
// -framework CoreFoundation -lIOKit
|
||
|
bool
|
||
|
get_mac_addresses(char* addresses);
|
||
|
|
||
|
#endif // MAC_ADDRESS_H
|