summaryrefslogtreecommitdiff
path: root/devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'devices.h')
-rw-r--r--devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/devices.h b/devices.h
index 69ba246..e2c260c 100644
--- a/devices.h
+++ b/devices.h
@@ -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);