summaryrefslogtreecommitdiffstats
path: root/src/preflight.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-09-19 21:47:44 +0200
committerGravatar Martin Szulecki2013-09-19 21:47:44 +0200
commit7de9ac3ed900701fd2fafb2e0c006b56f18672d7 (patch)
treebbf7c0bd28b387c39362ce961017ff04e2b4a48b /src/preflight.h
parent130d1ca4d5d99ef4a470e90db64116a0de55b43e (diff)
downloadusbmuxd-7de9ac3ed900701fd2fafb2e0c006b56f18672d7.tar.gz
usbmuxd-7de9ac3ed900701fd2fafb2e0c006b56f18672d7.tar.bz2
preflight: Use userpref_get_system_buid() instead of hardcoded path
Diffstat (limited to 'src/preflight.h')
-rw-r--r--src/preflight.h1
1 files changed, 1 insertions, 0 deletions
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);