summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-09-19 21:46:51 +0200
committerGravatar Martin Szulecki2013-09-19 21:46:51 +0200
commit130d1ca4d5d99ef4a470e90db64116a0de55b43e (patch)
treeb2c168db583cb4b129685df5f0bbbcc25cac2cbf
parente62733a99c46ad2fb6887e578e7aca88404b11eb (diff)
downloadusbmuxd-130d1ca4d5d99ef4a470e90db64116a0de55b43e.tar.gz
usbmuxd-130d1ca4d5d99ef4a470e90db64116a0de55b43e.tar.bz2
preflight: Add missing definition for userpref_device_record_get_host_id()
-rw-r--r--src/preflight.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/preflight.h b/src/preflight.h
index dce3356..045a5e9 100644
--- a/src/preflight.h
+++ b/src/preflight.h
@@ -23,6 +23,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "device.h"
+extern void userpref_device_record_get_host_id(const char *udid, char **host_id);
+
void preflight_worker_device_add(struct device_info* info);
#endif