From 7de9ac3ed900701fd2fafb2e0c006b56f18672d7 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 19 Sep 2013 21:47:44 +0200 Subject: preflight: Use userpref_get_system_buid() instead of hardcoded path --- src/preflight.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/preflight.h') diff --git a/src/preflight.h b/src/preflight.h index 045a5e9..62349d1 100644 --- a/src/preflight.h +++ b/src/preflight.h @@ -23,6 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA #include "device.h" +extern void userpref_get_system_buid(char **systembuid); extern void userpref_device_record_get_host_id(const char *udid, char **host_id); void preflight_worker_device_add(struct device_info* info); -- cgit v1.1-32-gdbae