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.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/preflight.c') diff --git a/src/preflight.c b/src/preflight.c index ec510ec..17748c6 100644 --- a/src/preflight.c +++ b/src/preflight.c @@ -49,8 +49,6 @@ struct idevice_private { void *conn_data; }; -extern void userpref_get_system_buid(char **systembuid); - struct np_cb_data { idevice_t dev; np_client_t np; @@ -194,9 +192,9 @@ static void* preflight_worker_handle_device_add(void* userdata) struct np_cb_data cbdata; cbdata.dev = dev; cbdata.np = np; - + np_set_notify_callback(np, np_callback, (void*)&cbdata); - + const char* spec[] = { "com.apple.mobile.lockdown.request_pair", "com.apple.mobile.lockdown.request_host_buid", -- cgit v1.1-32-gdbae