diff options
author | Martin Szulecki | 2013-09-19 21:46:51 +0200 |
---|---|---|
committer | Martin Szulecki | 2013-09-19 21:46:51 +0200 |
commit | 130d1ca4d5d99ef4a470e90db64116a0de55b43e (patch) | |
tree | b2c168db583cb4b129685df5f0bbbcc25cac2cbf /src/preflight.h | |
parent | e62733a99c46ad2fb6887e578e7aca88404b11eb (diff) | |
download | usbmuxd-130d1ca4d5d99ef4a470e90db64116a0de55b43e.tar.gz usbmuxd-130d1ca4d5d99ef4a470e90db64116a0de55b43e.tar.bz2 |
preflight: Add missing definition for userpref_device_record_get_host_id()
Diffstat (limited to 'src/preflight.h')
-rw-r--r-- | src/preflight.h | 2 |
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 |