summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice-glue/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice-glue/socket.h')
-rw-r--r--include/libimobiledevice-glue/socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libimobiledevice-glue/socket.h b/include/libimobiledevice-glue/socket.h
index 9567270..fac5df5 100644
--- a/include/libimobiledevice-glue/socket.h
+++ b/include/libimobiledevice-glue/socket.h
@@ -65,4 +65,6 @@ void socket_set_verbose(int level);
const char *socket_addr_to_string(struct sockaddr *addr, char *addr_out, size_t addr_out_size);
+int get_primary_mac_address(unsigned char mac_addr_buf[6]);
+
#endif /* SOCKET_SOCKET_H */