diff options
Diffstat (limited to 'devices.h')
-rw-r--r-- | devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |