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 dd8abe5..821db3c 100644
--- a/devices.h
+++ b/devices.h
@@ -2,3 +2,4 @@ extern int get_device_index(int sockfd, char *deviceName);
extern int get_device_mac(const int sockfd, const char *deviceName, unsigned char *mac);
extern int get_device_ip(const int sockfd, const char *deviceName, struct sockaddr_in *ip);
int get_ips(char *name, int nameLen, struct sockaddr_in *ip);
+int get_macs(int sockfd, char *name, int name_len, unsigned char *mac);