diff options
Diffstat (limited to 'devices.h')
-rw-r--r-- | devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ extern int getDeviceIndex(int sockfd, unsigned char *deviceName); +extern int getDeviceMAC(const int sockfd, const unsigned char *deviceName, unsigned char *mac); extern int getDeviceIp(const int sockfd, const unsigned char *deviceName, struct sockaddr_in *ip); |